kivy: fix
This commit is contained in:
@@ -556,7 +556,7 @@ class ElectrumWindow(App):
|
|||||||
@profiler
|
@profiler
|
||||||
def update_wallet(self, *dt):
|
def update_wallet(self, *dt):
|
||||||
self._trigger_update_status()
|
self._trigger_update_status()
|
||||||
if self.wallet.up_to_date or not self.network or not self.network.is_connected():
|
if self.wallet and (self.wallet.up_to_date or not self.network or not self.network.is_connected()):
|
||||||
self.update_tabs()
|
self.update_tabs()
|
||||||
|
|
||||||
@profiler
|
@profiler
|
||||||
|
|||||||
Reference in New Issue
Block a user