mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-22 00:11:29 +02:00
8 lines
195 B
Go
8 lines
195 B
Go
//go:build !darwin && !android && !ios && !freebsd && !js
|
|
|
|
package main
|
|
|
|
func initDockObserver() {
|
|
// macOS-only; Linux and Windows taskbar entries already gate on window visibility natively.
|
|
}
|