feat: use auto theme as default

This commit is contained in:
AHpx-Lap
2024-10-29 17:51:23 +08:00
committed by 亢奋猫
parent 1e497edcfc
commit 2fe0fbd69f
+1 -1
View File
@@ -41,7 +41,7 @@ const initialState: SettingsState = {
showMessageDivider: false,
messageFont: 'system',
showInputEstimatedTokens: false,
theme: ThemeMode.light,
theme: ThemeMode.auto,
windowStyle: 'transparent',
fontSize: 14,
topicPosition: 'right',