add NotificationService, cleanup
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user