mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Fix bug.
This commit is contained in:
parent
e3b7239d19
commit
ebddbcb805
1 changed files with 3 additions and 2 deletions
|
@ -323,8 +323,9 @@ class Plugin(BasePlugin):
|
|||
else:
|
||||
return
|
||||
|
||||
for window in self.gui.windows:
|
||||
window.need_update.set()
|
||||
if self.gui:
|
||||
for window in self.gui.windows:
|
||||
window.need_update.set()
|
||||
|
||||
def requires_settings(self):
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue