From a1a24bd77778eb3954e9bdd91a4dbc87ac6ba45d Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Sat, 13 Jun 2026 00:42:42 +0200 Subject: [PATCH] Add in-body comment to startStatusNotifierWatcher no-op stub --- client/ui/tray_watcher_other.go | 1 + 1 file changed, 1 insertion(+) 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. }