add basic tray functionality

enable with `make TRAY=on ...`. Cross compilation apparently should work
from linux to linux & windows.
This commit is contained in:
Harvey Tindall
2021-05-16 16:23:28 +01:00
parent 6bf1920160
commit 8cf9b1f905
6 changed files with 155 additions and 7 deletions

7
notray.go Normal file
View File

@@ -0,0 +1,7 @@
// +build !tray
package main
var TRAY = false
func RunTray() {}