mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
default compact allocation
This commit is contained in:
parent
da539f5353
commit
5cc4865e8a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ DEFAULT_PREFS = {
|
||||||
"tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
"tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
||||||
"tray_passwd" : "",
|
"tray_passwd" : "",
|
||||||
"tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
"tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0],
|
||||||
"use_compact_storage" : False,
|
"use_compact_storage" : True,
|
||||||
"use_default_dir" : False,
|
"use_default_dir" : False,
|
||||||
"use_natpmp" : False,
|
"use_natpmp" : False,
|
||||||
"use_upnp" : False,
|
"use_upnp" : False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue