mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
fix: persist configuration settings properly (#987)
* fix: persist configuration settings properly * docs: update changelog
This commit is contained in:
@@ -8,11 +8,15 @@ title: "Release Notes"
|
||||
Information about release notes of Coco App is provided here.
|
||||
|
||||
## Latest (In development)
|
||||
|
||||
### ❌ Breaking changes
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
### 🐛 Bug fix
|
||||
|
||||
- fix: search_extension should not panic when ext is not found #983
|
||||
- fix: persist configuration settings properly #987
|
||||
|
||||
### ✈️ Improvements
|
||||
|
||||
|
||||
@@ -170,6 +170,8 @@ export const useConnectStore = create<IConnectStore>()(
|
||||
currentAssistant: state.currentAssistant,
|
||||
querySourceTimeout: state.querySourceTimeout,
|
||||
allowSelfSignature: state.allowSelfSignature,
|
||||
searchDelay: state.searchDelay,
|
||||
compactModeAutoCollapseDelay: state.compactModeAutoCollapseDelay,
|
||||
}),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user