mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 07:41:55 +00:00
Fix unintended revert of change
This commit is contained in:
parent
d2d9269c87
commit
78a1ef0cc5
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class SystemTray(component.Component):
|
|||
"""Called when the tray icon is left clicked."""
|
||||
self.blink(False)
|
||||
|
||||
if self.window.active() or self.window.visible():
|
||||
if self.window.active():
|
||||
self.window.hide()
|
||||
else:
|
||||
if self.config["lock_tray"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue