mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 07:24:15 +01:00
add NotificationService, cleanup
This commit is contained in:
parent
12f0789e9c
commit
576d005b32
17 changed files with 243 additions and 84 deletions
9
MareSynchronos/MareConfiguration/NotificationLocation.cs
Normal file
9
MareSynchronos/MareConfiguration/NotificationLocation.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace MareSynchronos.MareConfiguration;
|
||||
|
||||
public enum NotificationLocation
|
||||
{
|
||||
Nowhere,
|
||||
Chat,
|
||||
Toast,
|
||||
Both
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue