mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-29 07:10:53 +02:00
remove duplicate "System" in select menu
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user