Browse Source

update network dialog when raised

2.9.x
ThomasV 7 years ago
parent
commit
c8e4b7a42e
  1. 1
      gui/qt/__init__.py

1
gui/qt/__init__.py

@ -145,6 +145,7 @@ class ElectrumGui:
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))
return
if self.nd:
self.nd.on_update()
self.nd.show()
self.nd.raise_()
return

Loading…
Cancel
Save