save ai options

This commit is contained in:
end-4
2025-04-05 23:49:49 +02:00
parent 8fddaf2a3b
commit e8f01a4461
4 changed files with 173 additions and 108 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class GeminiService extends Service {
get useHistory() { return this._usingHistory; }
set useHistory(value) {
if (value && !this._usingHistory) this.loadHistory();
// if (value && !this._usingHistory) this.loadHistory();
this._usingHistory = value;
}