mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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,
|
"enable_files_dialog" : False,
|
||||||
"queue_above_completed" : False,
|
"queue_above_completed" : False,
|
||||||
"clear_max_ratio_torrents" : False,
|
"clear_max_ratio_torrents" : False,
|
||||||
"default_download_path" : os.path.expanduser("~/"),
|
"default_download_path" : os.path.expanduser("~"),
|
||||||
"open_torrent_dialog_path" : os.path.expanduser("~/"),
|
"open_torrent_dialog_path" : os.path.expanduser("~"),
|
||||||
"choose_directory_dialog_path": os.path.expanduser("~/"),
|
"choose_directory_dialog_path": os.path.expanduser("~"),
|
||||||
"enable_dht" : True,
|
"enable_dht" : True,
|
||||||
"enable_system_tray" : True,
|
"enable_system_tray" : True,
|
||||||
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
"enabled_plugins" : "Torrent Files:Torrent Peers",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue