mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
Force update for lite gui so update() gets called at least once (i.e if create/restore wallet)
This commit is contained in:
parent
d7ad1f41e5
commit
216ff894b5
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ class MiniDriver(QObject):
|
||||||
|
|
||||||
self.initializing()
|
self.initializing()
|
||||||
self.connect(self, SIGNAL("updatesignal()"), self.update)
|
self.connect(self, SIGNAL("updatesignal()"), self.update)
|
||||||
|
self.update_callback()
|
||||||
|
|
||||||
# This is a hack to workaround that Qt does not like changing the
|
# This is a hack to workaround that Qt does not like changing the
|
||||||
# window properties from this other thread before the runloop has
|
# window properties from this other thread before the runloop has
|
||||||
|
|
Loading…
Add table
Reference in a new issue