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