mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
1b24e643de
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ async function loadApp() {
|
|||
}
|
||||
|
||||
async function loadLanguage() {
|
||||
const prefLang = SettingsStore.getValue("language");
|
||||
const prefLang = SettingsStore.getValue("language", null, /*excludeDefault=*/true);
|
||||
let langs = [];
|
||||
|
||||
if (!prefLang) {
|
||||
|
|
Loading…
Reference in a new issue