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.
jfa-go/notray.go

10 lines
87 B

// +build !tray
package main
var TRAY = false
func RunTray() {}
func QuitTray() {}