remove duplicate "System" in select menu

This commit is contained in:
Danny Liu 2024-03-17 00:06:59 -07:00
parent 549408d808
commit 41cb6d7a54

View file

@ -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>