Files
jfa-go/notray.go
Harvey Tindall 8cf9b1f905 add basic tray functionality
enable with `make TRAY=on ...`. Cross compilation apparently should work
from linux to linux & windows.
2021-05-16 16:23:28 +01:00

8 lines
67 B
Go

// +build !tray
package main
var TRAY = false
func RunTray() {}