diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 1aa2daaa3..ee76d6bbd 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -293,7 +293,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.clear_receive_tab() self.receive_list.update() self.tabs.show() - self.watching_only_changed() try: self.setGeometry(*self.wallet.storage.get("winpos-qt")) @@ -304,6 +303,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): self.hide() else: self.show() + self.watching_only_changed() run_hook('load_wallet', wallet, self) def watching_only_changed(self):