mirror of https://github.com/hrfee/jfa-go
build tags like e2ee and external are now included in the about page.pull/297/head
parent
d2c7bf06f7
commit
ab3989f233
@ -1,9 +1,12 @@
|
|||||||
|
//go:build !tray
|
||||||
// +build !tray
|
// +build !tray
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
var TRAY = false
|
var TRAY = false
|
||||||
|
|
||||||
|
func BuildTagsTray() {}
|
||||||
|
|
||||||
func RunTray() {}
|
func RunTray() {}
|
||||||
|
|
||||||
func QuitTray() {}
|
func QuitTray() {}
|
||||||
|
Loading…
Reference in new issue