Closed russhaun closed 2 months ago
introduce similar style alerts on linux using the Notify library. pretty much the exact same format for setting up the message
with the release of the systray app the class associated with Toast alerts is being moved from artillery to systray. Now i send the alerts to systray from artillery by the use of a listener.
on windows 10 toast alerts are only in systray for duration of alert and then go away. attempt to finish flow to how it natively flows to Notification area with other apps. Toast class will need some methods added to accomplish this. Will research native methods and try to recreate