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 Notify() signature in notify_unsupported.go #53

Closed sjmulder closed 1 year ago

sjmulder commented 1 year ago

The other versions all take a third appIcon argument but this version did not, breaking builds on platforms using this code path.

(This is the same fix as this PR from last year, which I only discovered just now, but against a newer master branch)