mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix(settings): enable clickAssistantToShowTopic by default
This commit is contained in:
parent
9b10a02362
commit
f8f012a3a6
@ -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