Open gedw99 opened 2 years ago
Ok so the bug is easy
if we change to this toaster we are good: https://github.com/gioui/gio-x/tree/main/notify
for Windows, it uses what your repo already uses: https://github.com/gioui/gio-x/blob/main/notify/notify_windows.go For Darwin, it uses mac specific calls: https://github.com/gioui/gio-x/blob/main/notify/notify_darwin.go
@gedw99 That makes sense since it was already reported (https://github.com/go-toast/toast/issues/14) and https://github.com/go-toast/toast is a go package for Windows 10 toast notifications
I would happily take a PR for using github.com/gioui/gio-x instead. Anyway, thank you for looking into this.
just wanted to try this out, but got stuck. Did not have time to dig into code yet, so making an issue for now.