Skip to content

Commit

Permalink
prefs: add server locations
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 9, 2014
1 parent ede24a4 commit 50fddb2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Contents/DefaultPrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,20 @@
"values": ["Off", "On"],
"default": "On"
},
]
{
"id": "serverlocation",
"type": "enum",
"label": "Server Location",
"values": [
"Automatic",
"Asia",
"Australia",
"Europe",
"North America - East Canada",
"North America - Central",
"North America - East",
"North America - West"
],
"default": "Automatic"
}
]

0 comments on commit 50fddb2

Please sign in to comment.