1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-05-28 21:27:48 +02:00
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() {}