add NotificationService, cleanup

This commit is contained in:
Stanley Dimant
2023-01-31 14:43:22 +01:00
parent 12f0789e9c
commit 576d005b32
17 changed files with 243 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
namespace MareSynchronos.MareConfiguration;
public enum NotificationLocation
{
Nowhere,
Chat,
Toast,
Both
}