watching_only: warn after showing main window

This commit is contained in:
Neil Booth 2016-02-01 07:45:16 +09:00
parent ab488b566b
commit 274d91fd6e
1 changed files with 1 additions and 1 deletions

View File

@ -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):