mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 14:31:35 +08:00
fix(settings): enable clickAssistantToShowTopic by default
This commit is contained in:
parent
d1cb7258d2
commit
0a33649b3c
@ -130,7 +130,7 @@ const initialState: SettingsState = {
|
||||
showAssistantIcon: false,
|
||||
pasteLongTextAsFile: false,
|
||||
pasteLongTextThreshold: 1500,
|
||||
clickAssistantToShowTopic: false,
|
||||
clickAssistantToShowTopic: true,
|
||||
autoCheckUpdate: true,
|
||||
renderInputMessageAsMarkdown: false,
|
||||
codeShowLineNumbers: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user