mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
update network dialog when raised
This commit is contained in:
parent
9b7102aed1
commit
c8e4b7a42e
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class ElectrumGui:
|
||||||
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))
|
parent.show_warning(_('You are using Electrum in offline mode; restart Electrum if you want to get connected'), title=_('Offline'))
|
||||||
return
|
return
|
||||||
if self.nd:
|
if self.nd:
|
||||||
|
self.nd.on_update()
|
||||||
self.nd.show()
|
self.nd.show()
|
||||||
self.nd.raise_()
|
self.nd.raise_()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue