1
0

follow-up previous commit

This commit is contained in:
ThomasV
2019-11-23 11:37:01 +01:00
parent 6c62fb03ac
commit fc85dcead6
2 changed files with 4 additions and 5 deletions

View File

@@ -215,9 +215,6 @@ class ElectrumGui(Logger):
self.watchtower_dialog.bring_to_top()
def show_network_dialog(self):
if not self.daemon.network:
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))
return
if self.network_dialog:
self.network_dialog.on_update()
self.network_dialog.show()