Fix empty selection in WebUI language combobox

This mostly happens with a clean install.

PR #16978.
This commit is contained in:
Chocobo1 2022-05-04 12:10:06 +08:00 committed by GitHub
parent ce0e5be7ce
commit 2a6f02fa29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1900,7 +1900,7 @@
// Web UI tab
// Language
$('locale_select').setProperty('value', pref.locale);
$('locale_select').setProperty('value', ((pref.locale === "en_US") ? "en" : pref.locale));
$('performanceWarning').setProperty('checked', pref.performance_warning);
// HTTP Server