Merge remote-tracking branch 'origin/develop' into develop

pull/5777/head
Weblate 2017-11-18 12:25:54 +00:00
commit 1b24e643de
1 changed files with 1 additions and 1 deletions

View File

@ -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) {