瀏覽代碼

remove duplicate "System" in select menu

Danny Liu 1 年之前
父節點
當前提交
41cb6d7a54
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/lib/components/chat/Settings/General.svelte

+ 0 - 1
src/lib/components/chat/Settings/General.svelte

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