forked from Shinonome/dots-hyprland
sidebar: ai: update history note
This commit is contained in:
@@ -115,7 +115,7 @@ export const GeminiSettings = () => MarginRevealer({
|
|||||||
ConfigToggle({
|
ConfigToggle({
|
||||||
icon: 'history',
|
icon: 'history',
|
||||||
name: '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,
|
initValue: GeminiService.useHistory,
|
||||||
onChange: (self, newValue) => {
|
onChange: (self, newValue) => {
|
||||||
GeminiService.useHistory = newValue;
|
GeminiService.useHistory = newValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user