Files
netbird/client/uiwails/tray_watcher_other.go
Zoltán Papp 04a982263d Wails UI
2026-03-02 15:59:09 +01:00

7 lines
153 B
Go

//go:build !linux || (linux && 386)
package main
// startStatusNotifierWatcher is a no-op on non-Linux platforms.
func startStatusNotifierWatcher() {}