Files
i2p.plugins.tor-updater/no-systray.go
2022-02-20 00:05:57 -05:00

11 lines
110 B
Go

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