mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Don't exclude default
This commit is contained in:
parent
6844c8f92e
commit
ccc3038793
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user