mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
call go_lite after load_wallet
This commit is contained in:
parent
4a28c88946
commit
7a7ad7fe2d
1 changed files with 5 additions and 5 deletions
|
@ -218,6 +218,11 @@ class ElectrumGui:
|
||||||
#lite window
|
#lite window
|
||||||
self.init_lite()
|
self.init_lite()
|
||||||
|
|
||||||
|
# plugins interact with main window
|
||||||
|
run_hook('init_qt', self)
|
||||||
|
|
||||||
|
w.load_wallet(wallet)
|
||||||
|
|
||||||
# initial configuration
|
# initial configuration
|
||||||
if self.config.get('hide_gui') is True and self.tray.isVisible():
|
if self.config.get('hide_gui') is True and self.tray.isVisible():
|
||||||
self.main_window.hide()
|
self.main_window.hide()
|
||||||
|
@ -228,11 +233,6 @@ class ElectrumGui:
|
||||||
else:
|
else:
|
||||||
self.go_full()
|
self.go_full()
|
||||||
|
|
||||||
# plugins interact with main window
|
|
||||||
run_hook('init_qt', self)
|
|
||||||
|
|
||||||
w.load_wallet(wallet)
|
|
||||||
|
|
||||||
s = Timer()
|
s = Timer()
|
||||||
s.start()
|
s.start()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue