update, then present, not the other way around
This commit is contained in:
parent
fcfdcd6b06
commit
cb64ecb282
@ -535,9 +535,9 @@ window, please enter your password"))
|
||||
if self.window.is_active():
|
||||
self.window.hide()
|
||||
else:
|
||||
self.window.present()
|
||||
# Force UI update as we don't update it while minimized
|
||||
self.update()
|
||||
self.window.present()
|
||||
else:
|
||||
if self.config.get("lock_tray"):
|
||||
self.unlock_tray("mainwinshow")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user