This website requires JavaScript.
Explore
Help
Register
Sign In
hrfee
/
jfa-go
Watch
1
Star
0
Fork
0
You've already forked jfa-go
mirror of
https://github.com/hrfee/jfa-go.git
synced
2024-10-31 23:40:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
53ac01eda4
jfa-go
/
notray.go
10 lines
87 B
Go
Raw
Normal View
History
Unescape
Escape
add basic tray functionality enable with `make TRAY=on ...`. Cross compilation apparently should work from linux to linux & windows.
2021-05-16 15:23:28 +00:00
// +build !tray
package
main
var
TRAY
=
false
func
RunTray
(
)
{
}
tray: remove systray dep in non-tray builds
2021-08-18 16:25:16 +00:00
func
QuitTray
(
)
{
}
Reference in New Issue
Copy Permalink