mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
tweak default path
This commit is contained in:
parent
1251a671bd
commit
a1d757dfbf
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ DEFAULT_PREFS = {
|
|||
"enable_files_dialog" : False,
|
||||
"queue_above_completed" : False,
|
||||
"clear_max_ratio_torrents" : False,
|
||||
"default_download_path" : os.path.expanduser("~/"),
|
||||
"open_torrent_dialog_path" : os.path.expanduser("~/"),
|
||||
"choose_directory_dialog_path": os.path.expanduser("~/"),
|
||||
"default_download_path" : os.path.expanduser("~"),
|
||||
"open_torrent_dialog_path" : os.path.expanduser("~"),
|
||||
"choose_directory_dialog_path": os.path.expanduser("~"),
|
||||
"enable_dht" : True,
|
||||
"enable_system_tray" : True,
|
||||
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
||||
|
|
Loading…
Add table
Reference in a new issue