mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
feat: use auto theme as default
This commit is contained in:
parent
cd0ea8154d
commit
241dcddfed
@ -41,7 +41,7 @@ const initialState: SettingsState = {
|
|||||||
showMessageDivider: false,
|
showMessageDivider: false,
|
||||||
messageFont: 'system',
|
messageFont: 'system',
|
||||||
showInputEstimatedTokens: false,
|
showInputEstimatedTokens: false,
|
||||||
theme: ThemeMode.light,
|
theme: ThemeMode.auto,
|
||||||
windowStyle: 'transparent',
|
windowStyle: 'transparent',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
topicPosition: 'right',
|
topicPosition: 'right',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user