mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +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
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ DEFAULT_PREFS = {
|
||||||
"interactive_add": True,
|
"interactive_add": True,
|
||||||
"focus_add_dialog": True,
|
"focus_add_dialog": True,
|
||||||
"enable_system_tray": True,
|
"enable_system_tray": True,
|
||||||
"close_to_tray": True,
|
"close_to_tray": False,
|
||||||
"start_in_tray": False,
|
"start_in_tray": False,
|
||||||
"enable_appindicator": False,
|
"enable_appindicator": False,
|
||||||
"lock_tray": False,
|
"lock_tray": False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue