docs(data): close_to_tray setting in settings.json schema

This commit is contained in:
iamdoubz
2026-07-15 14:02:22 -05:00
parent c1ccdce497
commit b4d72622da
+3
View File
@@ -386,6 +386,9 @@ segment (the M1 grounding invariant, asserted by the golden-transcript test).
// via `set_auto_start` also writes a per-user `HKCU\...\Run` entry (no admin);
// startup reconciles the OS entry to this flag (e.g. after a reinstall).
"auto_start": false,
// Closing the window hides WhispAssist to the system tray (keep running in background) instead of
// quitting; ON by default. Tray "Quit" is the real exit. Enforced in the Rust on_window_event handler.
"close_to_tray": true,
// Optional MS Graph calendar source (M4.4, T8.9, FR-CAL-6). Opt-in, explicit consent via OAuth
// PKCE — OFF by default. `credential_ref` points into the OS credential store; the token itself
// is never written here (same invariant as sync credentials, FR-SYNC-6).