mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
remove duplicate "System" in select menu
This commit is contained in:
parent
549408d808
commit
41cb6d7a54
@ -137,7 +137,6 @@
|
|||||||
placeholder="Select a theme"
|
placeholder="Select a theme"
|
||||||
on:change="{() => handleThemeChange(selectedTheme)}"
|
on:change="{() => handleThemeChange(selectedTheme)}"
|
||||||
>
|
>
|
||||||
<option value="system">System</option>
|
|
||||||
<option value="system">⚙️ {$i18n.t('System')}</option>
|
<option value="system">⚙️ {$i18n.t('System')}</option>
|
||||||
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
||||||
<option value="light">☀️ {$i18n.t('Light')}</option>
|
<option value="light">☀️ {$i18n.t('Light')}</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user