mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
watching_only: warn after showing main window
This commit is contained in:
parent
ab488b566b
commit
274d91fd6e
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
self.clear_receive_tab()
|
self.clear_receive_tab()
|
||||||
self.receive_list.update()
|
self.receive_list.update()
|
||||||
self.tabs.show()
|
self.tabs.show()
|
||||||
self.watching_only_changed()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.setGeometry(*self.wallet.storage.get("winpos-qt"))
|
self.setGeometry(*self.wallet.storage.get("winpos-qt"))
|
||||||
|
@ -304,6 +303,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||||
self.hide()
|
self.hide()
|
||||||
else:
|
else:
|
||||||
self.show()
|
self.show()
|
||||||
|
self.watching_only_changed()
|
||||||
run_hook('load_wallet', wallet, self)
|
run_hook('load_wallet', wallet, self)
|
||||||
|
|
||||||
def watching_only_changed(self):
|
def watching_only_changed(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue