From c8e4b7a42e9655925ef332b78139738f70d0805f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 8 Jul 2017 17:02:05 +0200 Subject: [PATCH] update network dialog when raised --- gui/qt/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py index 17eb2c57..cd0da179 100644 --- 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