commit c8e4b7a42e9655925ef332b78139738f70d0805f
parent 9b7102aed1d9de7f2684b0bbb94f5b9dc5622a04
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 8 Jul 2017 17:02:05 +0200
update network dialog when raised
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/qt/__init__.py b/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