fix: Update migration config to set default thought auto-collapse

This commit is contained in:
kangfenmao 2025-02-20 12:24:24 +08:00
parent 7861803814
commit 438b8cb08a

View File

@ -1095,6 +1095,8 @@ const migrateConfig = {
}) })
} }
state.settings.thoughtAutoCollapse = true
return state return state
} }
} }