LBRY-Vault/electrum/gui
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
..
icons BitBox02 Electrum plugin support 2020-04-12 15:34:37 +02:00
kivy kivy: fix fx history rates defaults. 2020-07-16 01:00:51 +02:00
qt android: handle on-chain/lightning URI on app open 2020-07-08 04:16:30 +02:00
__init__.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
stdio.py Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
text.py network.NetworkParameters: merge host+port+protocol into "server" field 2020-04-16 21:19:45 +02:00