Commit 41cb6d7a authored by Danny Liu's avatar Danny Liu
Browse files

remove duplicate "System" in select menu

parent 549408d8
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment