Remove another window.update().
This commit is contained in:
parent
d5ab09e11f
commit
4e42c2744d
|
@ -409,8 +409,6 @@ class SystemTray(component.Component):
|
|||
self.config[ui_key].pop()
|
||||
# Re-build the menu
|
||||
self.build_tray_bwsetsubmenu()
|
||||
# Update the UI
|
||||
self.window.update()
|
||||
|
||||
def unlock_tray(self, comingnext, is_showing_dlg=[False]):
|
||||
import sha
|
||||
|
|
Loading…
Reference in New Issue