Revert "去除是否自动展开配置"

This reverts commit e6db6747
This commit is contained in:
IndieKKY
2024-03-19 21:39:16 +08:00
parent 2383603b39
commit 9b2d620cdf
5 changed files with 20 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ const initialState: EnvState = {
serverUrl: SERVER_URL_OPENAI,
translateEnable: true,
summarizeEnable: true,
// autoExpand: true,
autoExpand: true,
theme: 'light',
searchEnabled: true,
},