Explorar o código

remove duplicate "System" in select menu

Danny Liu hai 1 ano
pai
achega
41cb6d7a54
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>