Fix missing build constraints for linux wifi state monitor

This commit is contained in:
世界
2025-12-22 02:35:24 +08:00
parent ddec2ab282
commit c2b697a778
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//go:build linux
package settings package settings
import ( import (

View File

@@ -1,3 +1,5 @@
//go:build linux
package settings package settings
import ( import (

View File

@@ -1,3 +1,5 @@
//go:build linux
package settings package settings
import ( import (