icon_darwin.go

1//go:build darwin
2
3package notification
4
5// Icon is currently empty on darwin because platform icon support is broken. Do
6// use the icon for OSC notifications, just not native.
7var Icon any = ""