forked from open-webui/open-webui
remove duplicate "System" in select menu
This commit is contained in:
parent
549408d808
commit
41cb6d7a54
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@
|
|||
placeholder="Select a theme"
|
||||
on:change="{() => handleThemeChange(selectedTheme)}"
|
||||
>
|
||||
<option value="system">System</option>
|
||||
<option value="system">⚙️ {$i18n.t('System')}</option>
|
||||
<option value="dark">🌑 {$i18n.t('Dark')}</option>
|
||||
<option value="light">☀️ {$i18n.t('Light')}</option>
|
||||
|
|
Loading…
Reference in a new issue