web/settings: refresh the locale state when auto mode is toggled

This commit is contained in:
wukko
2024-07-09 21:41:53 +06:00
parent 82ac838655
commit 496d440e5b
3 changed files with 32 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
</h4>
<div class="right-side">
<span class="selector-current" aria-hidden="true">
{$t(`languages.${$locale}`)}
{$t(`languages.${currentSetting}`)}
</span>
<IconSelector />
</div>