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:
Calum Lind 2011-05-22 19:58:07 +01:00
parent b3865d0a7f
commit 974f48380f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,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,