Files
picoclaw/web/backend/systray_unix.go
T
Cytown e41423483e add systray ui for all platform (#1649)
* add systray ui for all platform

* update from getlantern/systray to fyne.io/systray for fix test
2026-03-17 14:12:32 +08:00

9 lines
93 B
Go

//go:build !windows
package main
import _ "embed"
//go:embed icon.png
var iconData []byte