+
+
+ Send anonymous usage data to help improve BTerminal
+
+
+
+
+ { const n = parseInt((e.target as HTMLInputElement).value, 10); if (!isNaN(n) && n >= 1 && n <= 365) { retentionDays = n; save('data_retention_days', String(n)); } }} />
+ days
+
+
How long to keep session history and logs
+
+
+