mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-21 22:43:09 +00:00
Change default value of close_to_tray to False
Prevents default install of Deluge disappearing if tray icon is missing.
This commit is contained in:
parent
d07b53f665
commit
5bfb98f9a9
@ -111,7 +111,7 @@ DEFAULT_PREFS = {
|
||||
"interactive_add": True,
|
||||
"focus_add_dialog": True,
|
||||
"enable_system_tray": True,
|
||||
"close_to_tray": True,
|
||||
"close_to_tray": False,
|
||||
"start_in_tray": False,
|
||||
"enable_appindicator": False,
|
||||
"lock_tray": False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user