1
0

kivy: support wallet is None

This commit is contained in:
ThomasV
2016-03-10 16:22:19 +01:00
parent d3a9af9e79
commit d9c567446c
3 changed files with 5 additions and 3 deletions

View File

@@ -522,6 +522,7 @@ class ElectrumWindow(App):
def update_status(self, *dt):
if not self.wallet:
self.status = _("No Wallet")
return
if self.network is None or not self.network.is_running():
self.status = _("Offline")