upnp on by default
This commit is contained in:
parent
c857b1fbbf
commit
b0fdc2fab8
|
@ -117,7 +117,7 @@ DEFAULT_PREFS = {
|
|||
"use_compact_storage" : True,
|
||||
"use_default_dir" : False,
|
||||
"use_natpmp" : False,
|
||||
"use_upnp" : False,
|
||||
"use_upnp" : True,
|
||||
"use_utpex" : True,
|
||||
"new_releases" : True,
|
||||
"window_height" : 480,
|
||||
|
|
Loading…
Reference in New Issue