{title}
+ History Retention (Days) +
++ Number of days to keep chat history when incognito mode is off (0 = keep forever) +
+ { + setConfig((prev) => ({ + ...prev!, + historyRetentionDays: parseInt(e.target.value) || 0, + })); + }} + onSave={(value) => saveConfig('historyRetentionDays', parseInt(value) || 0)} + /> +