mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix save chats setting.
This commit is contained in:
parent
26c9193227
commit
dead954134
@ -108,7 +108,7 @@ Dialog {
|
||||
LLM.threadCount = settings.threadCount
|
||||
LLM.serverEnabled = settings.serverChat
|
||||
ChatListModel.shouldSaveChats = settings.saveChats
|
||||
chatListModel.shouldSaveChatGPTChats = settings.saveChatGPTChats
|
||||
ChatListModel.shouldSaveChatGPTChats = settings.saveChatGPTChats
|
||||
settings.sync()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user