more to notification system with new settings tab
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
namespace LightlessSync.LightlessConfiguration.Models;
|
||||
namespace LightlessSync.LightlessConfiguration.Models;
|
||||
|
||||
public enum NotificationLocation
|
||||
{
|
||||
Nowhere,
|
||||
Chat,
|
||||
Toast,
|
||||
Both
|
||||
Both,
|
||||
LightlessUI,
|
||||
ChatAndLightlessUI,
|
||||
}
|
||||
|
||||
public enum NotificationType
|
||||
|
||||
Reference in New Issue
Block a user