mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-15 23:08:41 +00:00
upnp on by default
This commit is contained in:
parent
c857b1fbbf
commit
b0fdc2fab8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ DEFAULT_PREFS = {
|
||||||
"use_compact_storage" : True,
|
"use_compact_storage" : True,
|
||||||
"use_default_dir" : False,
|
"use_default_dir" : False,
|
||||||
"use_natpmp" : False,
|
"use_natpmp" : False,
|
||||||
"use_upnp" : False,
|
"use_upnp" : True,
|
||||||
"use_utpex" : True,
|
"use_utpex" : True,
|
||||||
"new_releases" : True,
|
"new_releases" : True,
|
||||||
"window_height" : 480,
|
"window_height" : 480,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue