//go:build nosystray
// +build nosystray
package main
var shutdown = false
func runSysTray(down bool) {
}