Files
i2p.plugins.tor-updater/no-systray.go

11 lines
110 B
Go
Raw Normal View History

2022-02-14 23:42:08 -05:00
//go:build nosystray
// +build nosystray
package main
2022-02-20 00:05:57 -05:00
var shutdown = false
2022-02-14 23:42:08 -05:00
func runSysTray(down bool) {
}