mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
In kivy, if the user enabled fx rates but did not touch the fx history settings, the GUI would show that history rates are enabled but in fact they would be disabled: the GUI called fx.get_history_config(default=True) when displaying the checkbox, but exchange_rate.py would not fetch history rates. (it would only get fixed if the user touched the fx history checkbox) Note: FxThread.run() calls fx.show_history(), which calls fx.get_history_config() without arguments. |
||
---|---|---|
.. | ||
data | ||
nfc_scanner | ||
theming/light | ||
uix | ||
__init__.py | ||
i18n.py | ||
main.kv | ||
main_window.py | ||
util.py |