mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
add system theme ⚙️ option to select menu
This commit is contained in:
parent
f55dae3027
commit
f25a967a0b
@ -138,6 +138,7 @@
|
||||
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>
|
||||
<option value="rose-pine dark">🪻 {$i18n.t('Rosé Pine')}</option>
|
||||
|
Loading…
Reference in New Issue
Block a user