feat(ui): add auto_record_calendar to the settings contract

This commit is contained in:
iamdoubz
2026-07-11 00:31:16 -05:00
parent 2681a5d8c8
commit 1760d4ae24
+3
View File
@@ -326,6 +326,9 @@ export interface AppSettings {
// Days of history to import (both a manual Import click and pst_auto_sync);
// null = full mailbox history.
pst_import_range_days: number | null;
/** Auto-start recording when a calendar event begins while the app is open
* (opt-in, off by default). Armed as a one-shot UI timer — nothing polls. */
auto_record_calendar: boolean;
audio_output_device: string | null;
microphone_enabled: boolean;
audio_input_device: string | null;