Fix missing build constraints for linux wifi state monitor

This commit is contained in:
世界
2025-12-22 02:35:24 +08:00
parent 69555fc6ea
commit 1d6d829dee
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build linux
package settings
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build linux
package settings
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build linux
package settings
import (