Fixes issue #726 by adding config to configToSave object

This commit is contained in:
Kevin Alwell
2025-04-29 10:12:55 -04:00
parent 19928bc257
commit 3818df7ba4

View File

@@ -480,6 +480,7 @@ export const saveConfig = (
provider: config.provider,
providers: config.providers,
approvalMode: config.approvalMode,
disableResponseStorage: config.disableResponseStorage,
};
// Add history settings if they exist