Change default for update prompts, since it's unreliable.

This commit is contained in:
Thomas Wilburn 2013-11-21 10:19:56 -08:00
parent b4520b0a6d
commit cb9e12f8de

View file

@ -18,8 +18,8 @@ make sure you don't have any syntax errors.
*/
{
//If the update prompt doesn't always work for you, disable it here.
"promptForUpdates": true,
//If you want to see the update notification on startup, enable this
"promptForUpdates": false,
"defaultTheme": "chrome", //This should be any of the supported Ace themes
/*