We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2386 commit bb6310dCopy full SHA for bb6310d
internal/tray/icon_windows.go
@@ -2,6 +2,10 @@
2
3
package tray
4
5
+// templateIconData is unused on Windows (SetTemplateIcon falls back to regular icon)
6
+// but must be defined for cross-platform compilation
7
+var templateIconData []byte
8
+
9
// iconData contains the system tray icon as ICO bytes for Windows
10
var iconData = []byte{
11
0 commit comments