mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
Add 'default_load_path' to default prefs.
This commit is contained in:
parent
ff13e8c2f7
commit
d44632f0a9
@ -57,7 +57,8 @@ DEFAULT_PREFS = {
|
|||||||
"stock_file_manager": 0,
|
"stock_file_manager": 0,
|
||||||
"open_folder_location": "",
|
"open_folder_location": "",
|
||||||
"check_new_releases": False,
|
"check_new_releases": False,
|
||||||
"send_info": False
|
"send_info": False,
|
||||||
|
"default_load_path": None
|
||||||
}
|
}
|
||||||
|
|
||||||
class GtkUI:
|
class GtkUI:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user