"vscode:/vscode.git/clone" did not exist on "ca94e36c97a7ac0976522f7ddeaa063ab201eda0"
Commit 41cb6d7a authored by Danny Liu's avatar Danny Liu
Browse files

remove duplicate "System" in select menu

parent 549408d8
...@@ -137,7 +137,6 @@ ...@@ -137,7 +137,6 @@
placeholder="Select a theme" placeholder="Select a theme"
on:change="{() => handleThemeChange(selectedTheme)}" on:change="{() => handleThemeChange(selectedTheme)}"
> >
<option value="system">System</option>
<option value="system">⚙️ {$i18n.t('System')}</option> <option value="system">⚙️ {$i18n.t('System')}</option>
<option value="dark">🌑 {$i18n.t('Dark')}</option> <option value="dark">🌑 {$i18n.t('Dark')}</option>
<option value="light">☀️ {$i18n.t('Light')}</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