mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
Merge pull request #5640 from turt2live/travis/granular-language
Exclude the default language on page load
This commit is contained in:
commit
21d7c4d92a
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