Fix missing build constraints for linux wifi state monitor

This commit is contained in:
世界
2026-01-17 05:48:15 +08:00
parent ddec2ab282
commit c2b697a778
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 (