mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
classic mode default on all
This commit is contained in:
parent
1c576164e8
commit
cc9acf19aa
1 changed files with 1 additions and 5 deletions
|
@ -68,6 +68,7 @@ import deluge.common
|
||||||
|
|
||||||
DEFAULT_PREFS = {
|
DEFAULT_PREFS = {
|
||||||
"config_location": deluge.configmanager.get_config_dir(),
|
"config_location": deluge.configmanager.get_config_dir(),
|
||||||
|
"classic_mode": True,
|
||||||
"interactive_add": True,
|
"interactive_add": True,
|
||||||
"focus_add_dialog": True,
|
"focus_add_dialog": True,
|
||||||
"enable_system_tray": True,
|
"enable_system_tray": True,
|
||||||
|
@ -99,11 +100,6 @@ DEFAULT_PREFS = {
|
||||||
"signal_port": 40000
|
"signal_port": 40000
|
||||||
}
|
}
|
||||||
|
|
||||||
if deluge.common.windows_check():
|
|
||||||
DEFAULT_PREFS['classic_mode'] = True
|
|
||||||
else:
|
|
||||||
DEFAULT_PREFS['classic_mode'] = False
|
|
||||||
|
|
||||||
class GtkUI:
|
class GtkUI:
|
||||||
def __init__(self, args):
|
def __init__(self, args):
|
||||||
# Initialize gdk threading
|
# Initialize gdk threading
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue