mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +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,
|
||||
"open_folder_location": "",
|
||||
"check_new_releases": False,
|
||||
"send_info": False
|
||||
"send_info": False,
|
||||
"default_load_path": None
|
||||
}
|
||||
|
||||
class GtkUI:
|
||||
|
|
Loading…
Add table
Reference in a new issue