feat: add test sound command and enable notifications by default

This commit is contained in:
HueByte
2026-02-19 22:42:20 +01:00
parent 107152298e
commit f20ce3d50f
8 changed files with 89 additions and 188 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ public class ClientConfig
public class NotificationConfig
{
public bool Enabled { get; set; } = false;
public bool Enabled { get; set; } = true;
public byte Volume { get; set; } = 30;
public string? SoundFile { get; set; }
}