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/10c8d4ad2f66d085e43b5a074a5af1e018282def/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() {}
|