mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-25 05:10:44 +02:00
add system theme ⚙️ option to select menu
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user