mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
kivy: fix on_history
This commit is contained in:
parent
af780e7519
commit
d3d0e3bacb
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class ElectrumWindow(App):
|
|||
def on_history(self, d):
|
||||
#Logger.info("on_history")
|
||||
if self.history_screen:
|
||||
self.history_screen.update()
|
||||
Clock.schedule_once(lambda dt: self.history_screen.update())
|
||||
|
||||
def _get_bu(self):
|
||||
return self.electrum_config.get('base_unit', 'mBTC')
|
||||
|
|
Loading…
Add table
Reference in a new issue