mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
hide tray icon on close for the benefit of windows
This commit is contained in:
parent
58bcb2abb9
commit
e8e6f5bd4b
1 changed files with 2 additions and 0 deletions
|
@ -1513,6 +1513,8 @@ this torrent will be deleted!") + "</i>")
|
|||
self.shutdown()
|
||||
|
||||
def shutdown(self):
|
||||
#for the sake of windows, hide tray_icon
|
||||
self.tray_icon.set_visible(False)
|
||||
self.save_column_widths()
|
||||
self.save_window_settings()
|
||||
self.save_tabs_order()
|
||||
|
|
Loading…
Add table
Reference in a new issue