sidebar: ai: update history note

This commit is contained in:
end-4 2024-03-24 09:27:11 +07:00
parent 7c6a7f6ede
commit 0d574b3c8e

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;