fix: include embedded tray icon declaration

This commit is contained in:
Steve Cliff
2026-08-20 09:31:34 +01:00
parent cb00340c55
commit c90b6d085e
+8
View File
@@ -0,0 +1,8 @@
package assets
import _ "embed"
// TrayIconPNG is the generated, transparency-preserving 64px FancyWin mark.
//
//go:embed fancywin-tray.png
var TrayIconPNG []byte