diff --git a/client/ui/tray_watcher_other.go b/client/ui/tray_watcher_other.go index 171e6d70c..409e5bcfa 100644 --- a/client/ui/tray_watcher_other.go +++ b/client/ui/tray_watcher_other.go @@ -5,4 +5,5 @@ package main // startStatusNotifierWatcher is a no-op stub so main.go can call it across all // build targets; only minimal Linux WMs need the real watcher (tray_watcher_linux.go). func startStatusNotifierWatcher() { + // Intentionally empty: only minimal Linux WMs need the real SNI watcher. }