Fix save chats setting.

This commit is contained in:
Adam Treat 2023-06-26 16:43:37 -04:00
parent 26c9193227
commit dead954134

View File

@ -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()
}