Improve toast duration and speaker override samples
PR and Push Build/Test / build-and-test (push) Failing after 9m48s

This commit is contained in:
2026-06-05 10:52:08 +02:00
parent 351ed2eb50
commit 1a89382f02
13 changed files with 162 additions and 33 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public sealed class AutomationOptions
public sealed class CalendarRecordingPromptOptions
{
public bool Enabled { get; set; }
public bool Enabled { get; set; } = true;
public TimeSpan SyncInterval { get; set; } = TimeSpan.FromMinutes(30);