mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +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. |
||
---|---|---|
.. | ||
icons | ||
kivy | ||
qt | ||
__init__.py | ||
stdio.py | ||
text.py |