Fix bug.
This commit is contained in:
@@ -323,8 +323,9 @@ class Plugin(BasePlugin):
|
|||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
||||||
for window in self.gui.windows:
|
if self.gui:
|
||||||
window.need_update.set()
|
for window in self.gui.windows:
|
||||||
|
window.need_update.set()
|
||||||
|
|
||||||
def requires_settings(self):
|
def requires_settings(self):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user