Browse Source

update text gui

283
ThomasV 11 years ago
parent
commit
4fdeb52f7d
  1. 2
      gui/text.py

2
gui/text.py

@ -124,7 +124,7 @@ class ElectrumGui:
def print_balance(self):
if not self.network:
msg = _("Offline")
elif self.network.interface and self.network.interface.is_connected:
elif self.network.is_connected():
if not self.wallet.up_to_date:
msg = _("Synchronizing...")
else:

Loading…
Cancel
Save