소스 검색

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>