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
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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