1
0

labels sync for kivy

This commit is contained in:
ThomasV
2015-12-01 17:29:24 +01:00
parent 0215aee047
commit deefd74c37
5 changed files with 29 additions and 26 deletions

View File

@@ -404,6 +404,7 @@ class ElectrumWindow(App):
# since the callback has been called before the GUI was initialized
self.update_history_tab()
self.notify_transactions()
run_hook('load_wallet', wallet, self)
def update_status(self, *dt):
if not self.wallet: