mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 07:08:30 +00:00
classic mode default on all
This commit is contained in:
parent
1c576164e8
commit
cc9acf19aa
@ -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…
x
Reference in New Issue
Block a user