mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
e41423483e
* add systray ui for all platform * update from getlantern/systray to fyne.io/systray for fix test
9 lines
92 B
Go
9 lines
92 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon.ico
|
|
var iconData []byte
|