mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
kivy: force address refresh in load_wallet
This commit is contained in:
parent
faf09da293
commit
24676288a7
1 changed files with 2 additions and 0 deletions
|
@ -496,6 +496,8 @@ class ElectrumWindow(App):
|
||||||
self.update_wallet()
|
self.update_wallet()
|
||||||
# Once GUI has been initialized check if we want to announce something
|
# Once GUI has been initialized check if we want to announce something
|
||||||
# since the callback has been called before the GUI was initialized
|
# since the callback has been called before the GUI was initialized
|
||||||
|
if self.receive_screen:
|
||||||
|
self.receive_screen.screen.address = ''
|
||||||
self.update_tabs()
|
self.update_tabs()
|
||||||
self.notify_transactions()
|
self.notify_transactions()
|
||||||
run_hook('load_wallet', wallet, self)
|
run_hook('load_wallet', wallet, self)
|
||||||
|
|
Loading…
Add table
Reference in a new issue