6 lines
76 B
Go
6 lines
76 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
func traySupported() bool { return true }
|