mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 17:38:43 +00:00
Add 'default_load_path' to default prefs.
This commit is contained in:
parent
ff13e8c2f7
commit
d44632f0a9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue