LBRY-Vault/electrum/gui/kivy
SomberNight 52f8aafb60
kivy: fix fx history rates defaults.
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.
2020-07-16 01:00:51 +02:00
..
data kivy: (fix) popups had white background with recent kivy 2020-05-29 21:32:27 +02:00
nfc_scanner fix import error 2018-09-20 01:20:13 +02:00
theming/light kivy: add delete button for invoices/requests 2020-03-10 17:30:08 +01:00
uix kivy: fix fx history rates defaults. 2020-07-16 01:00:51 +02:00
__init__.py kivy: (trivial) fix typo in error msg 2020-05-29 20:53:12 +02:00
i18n.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
main.kv kivy: align icons in password_dialog, use IconButton 2020-03-09 11:51:48 +01:00
main_window.py kivy: fix fiat balance str if there are channels 2020-07-15 23:48:45 +02:00
util.py Added coloring to the AddressPopup dialog: 2020-02-01 18:16:26 +01:00