Don't exclude default

This commit is contained in:
Šimon Brandner 2020-12-03 08:27:18 +01:00
parent 6844c8f92e
commit ccc3038793

View file

@ -116,7 +116,7 @@ export async function loadLanguage() {
}
export async function loadSpellCheckLanguages() {
const langs = SettingsStore.getValue("spell-check-languages", null, /*excludeDefault=*/true);
const langs = SettingsStore.getValue("spell-check-languages", null, false);
try {
await languageHandler.setSpellCheckLanguages(langs);