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() {
|
async function loadLanguage() {
|
||||||
const prefLang = SettingsStore.getValue("language");
|
const prefLang = SettingsStore.getValue("language", null, /*excludeDefault=*/true);
|
||||||
let langs = [];
|
let langs = [];
|
||||||
|
|
||||||
if (!prefLang) {
|
if (!prefLang) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue