Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/src/commit/c2f592272dec19cf99f9fb57d8c1caa7a11b6c4a/notray.go
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
// +build !tray
|
|
|
|
package main
|
|
|
|
var TRAY = false
|
|
|
|
func RunTray() {}
|
|
|
|
func QuitTray() {}
|