9 lines
88 B
Go
9 lines
88 B
Go
//go:build nosystray
|
|
// +build nosystray
|
|
|
|
package main
|
|
|
|
func runSysTray(down bool) {
|
|
|
|
}
|