upnp on by default

This commit is contained in:
Marcos Pinto 2007-09-12 22:11:50 +00:00
parent c857b1fbbf
commit b0fdc2fab8
1 changed files with 1 additions and 1 deletions

View File

@ -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,