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