Notification System
How to use
Notifier.Builder.CreateNew().SetText("Find key")
.SetNotificationType(Notifier.NotificationType.LEFT_PANEL)
.SetIcon("failed")Last updated
Notifier.Builder.CreateNew().SetText("Find key")
.SetNotificationType(Notifier.NotificationType.LEFT_PANEL)
.SetIcon("failed")Last updated
.ShowNotification();Notifier.Builder.CreateNew()
.SetText($"Find {requiredItem.publicName}")
.SetNotificationType(Notifier.NotificationType.LEFT_PANEL)
.SetIcon("failed")
.ShowNotification();