mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
sidebar: ai: update history note
This commit is contained in:
parent
7c6a7f6ede
commit
0d574b3c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue