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
|
||||
|
||||
package main
|
||||
|
||||
var TRAY = false
|
||||
|
||||
func BuildTagsTray() {}
|
||||
|
||||
func RunTray() {}
|
||||
|
||||
func QuitTray() {}
|
||||
|
Loading…
Reference in new issue