Enable spellchecker as default setting

The language should be determined by user's locale.
If it's not available in spellchecker, en-US is used.
This commit is contained in:
Yuya Ochiai
2017-05-03 20:30:23 +09:00
parent 07b2f8fc3b
commit c333f7b87b
3 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ function loadDefault(version, spellCheckerLocale) {
flashWindow: 0 // 0 = flash never, 1 = only when idle (after 10 seconds), 2 = always
},
showUnreadBadge: true,
useSpellChecker: false,
useSpellChecker: true,
spellCheckerLocale: spellCheckerLocale || 'en-US'
};
default: