* add systray ui for all platform * update from getlantern/systray to fyne.io/systray for fix test
8 lines
93 B
Go
8 lines
93 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.png
|
|
var iconData []byte
|