fix: include embedded tray icon declaration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user