Release v0.2.0

This commit is contained in:
2026-05-20 12:53:24 +08:00
parent 09b68ada48
commit 36f4256515
12 changed files with 443 additions and 122 deletions

View File

@@ -54,7 +54,6 @@ public sealed class AppState
public sealed class GlobalSettings
{
public bool StartWithWindows { get; set; }
public bool DndEnabled { get; set; }
public bool CircuitBreakerOpen { get; set; }
public int MaxMessagesPerSecond { get; set; } = 8;