Browse Source
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.bip39-recovery
SomberNight
5 years ago
2 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue