How to use from go
Can you provide example on how to use this from a go app?
@pjebs, I know its been a while but I've been working on a pull request with a go wrapper similar to what zserge did for webview. I'll let you know when that is ready.
https://github.com/getlantern/systray
Thanks @pjebs I've used the lib and it works pretty well, but I wanted something that would play nice with https://github.com/zserge/webview and I tend to like this c lib better than getlanterns.
It would be great for a non cgo implementation.
https://github.com/golang/go/issues/32072
I am interested as well to see how to use it with https://github.com/zserge/webview or https://github.com/zserge/lorca.
Thanks in advance @zserge
https://github.com/getlantern/systray doesn't seem to work with webview. When I load them both I'm getting "panic: Unable to create main window: TTM_ADDTOOL failed"
Any idea why?