gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

🐛 Fix the baloonNotify not hiding the tray after displaying a message #59

Closed iTanken closed 1 year ago

iTanken commented 1 year ago

Calling the tray.Run() method directly causes blocking, preventing the subsequent time.Sleep and tray.Stop methods from executing!

https://github.com/gen2brain/beeep/blob/5559732623e024336aab99ab3eadfbf79d3c220b/notify_windows.go#L81-L87

Close #58

gen2brain commented 1 year ago

Merged, thanks.