mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-06 07:46:19 +02:00
feat: implement notification sound functionality with user customization options
This commit is contained in:
@@ -10,7 +10,8 @@ public class ClientConfig
|
||||
|
||||
public class NotificationConfig
|
||||
{
|
||||
public bool Enabled { get; set; } = true;
|
||||
public bool Enabled { get; set; } = false;
|
||||
public byte Volume { get; set; } = 30;
|
||||
public string? SoundFile { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user