mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
hide tray icon on close for the benefit of windows
This commit is contained in:
parent
58bcb2abb9
commit
e8e6f5bd4b
@ -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…
x
Reference in New Issue
Block a user