tray: remove systray dep in non-tray builds

This commit is contained in:
Harvey Tindall
2021-08-18 17:25:16 +01:00
parent eb3489b34f
commit 756e7345cf
5 changed files with 120 additions and 23 deletions

View File

@@ -5,3 +5,5 @@ package main
var TRAY = false
func RunTray() {}
func QuitTray() {}