diff --git a/client/ui/dock_other.go b/client/ui/dock_other.go index e28222d62..0ace89552 100644 --- a/client/ui/dock_other.go +++ b/client/ui/dock_other.go @@ -2,5 +2,6 @@ package main -// macOS-only; no-op on other operating systems -func initDockObserver() {} +func initDockObserver() { + // macOS-only; Linux and Windows taskbar entries already gate on window visibility natively. +}