sidebar: ai: update history note

This commit is contained in:
end-4
2024-03-24 09:27:11 +07:00
parent babf219ffe
commit 408f042f05
+1 -1
View File
@@ -115,7 +115,7 @@ export const GeminiSettings = () => MarginRevealer({
ConfigToggle({
icon: 'history',
name: 'History',
desc: 'Saves chat history',
desc: 'Saves chat history\nMessages in previous chats won\'t show automatically, but they are there',
initValue: GeminiService.useHistory,
onChange: (self, newValue) => {
GeminiService.useHistory = newValue;