feat: use auto theme as default

This commit is contained in:
AHpx-Lap 2024-10-29 17:51:23 +08:00 committed by 亢奋猫
parent cd0ea8154d
commit 241dcddfed

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',