Implement simple spellchecker

This commit is contained in:
Yuya Ochiai
2017-04-20 21:32:34 +09:00
parent 4d884a217a
commit 84d0ec432a
15 changed files with 312 additions and 13 deletions

View File

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