mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Close #1205 add free space icon to gtkui
This commit is contained in:
parent
0d091cdacc
commit
d2d9269c87
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."""
|
"""Called when the tray icon is left clicked."""
|
||||||
self.blink(False)
|
self.blink(False)
|
||||||
|
|
||||||
if self.window.active():
|
if self.window.active() or self.window.visible():
|
||||||
self.window.hide()
|
self.window.hide()
|
||||||
else:
|
else:
|
||||||
if self.config["lock_tray"]:
|
if self.config["lock_tray"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue