This commit is contained in:
nkanaev 2025-03-04 17:05:41 +00:00
parent e6d32946c1
commit 097a2da5cb
6 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
//go:build darwin || windows
// +build darwin windows
/*

View File

@ -1,3 +1,4 @@
//go:build never
// +build never
package systray

View File

@ -1,3 +1,4 @@
//go:build darwin
// +build darwin
package systray

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package systray

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package systray