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 Windows 10 compile error #24

Closed tobilen closed 5 years ago

tobilen commented 5 years ago

Systray has received an update which makes it require an additional argument: https://github.com/tadvi/systray/commit/11a2b8fa57afff744b2e66a9b05f173c78f20dc6

This PR adds the missing argument and sets it to "false"

gen2brain commented 5 years ago

Thanks!