Files
i2p.plugins.tor-updater/no-systray.go
2022-02-14 23:42:08 -05:00

9 lines
88 B
Go

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