Hello,
I try to run the example but it doesn't work:
➜ iPingTray git:(main) ✗ go run main.go
# command-line-arguments
./main.go:83:13: undefined: systray.SetRemovalAllowed
It come from:
|
systray.SetRemovalAllowed(true) |
But strangely, this function seems defined here:
|
func SetRemovalAllowed(allowed bool) { |
Best regards