This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jfa-go
mirror of
https://github.com/hrfee/jfa-go
Watch
1
Star
0
Fork
You've already forked jfa-go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e66241ddcb
main
jellyseerr
backups
activity-log
settings-search
referrals
db
user-page
accounts-list-features
tailwind
mautrix
matrix
discord
telegram
v0.5.1
v0.5.0
v0.4.0
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e66241ddcb'
${ noResults }
jfa-go
/
notray.go
10 lines
87 B
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.
4 years ago
// +build !tray
package
main
var
TRAY
=
false
func
RunTray
(
)
{
}
tray: remove systray dep in non-tray builds
3 years ago
func
QuitTray
(
)
{
}