Add in-body comment to startStatusNotifierWatcher no-op stub

This commit is contained in:
Zoltan Papp
2026-06-13 00:42:42 +02:00
parent f0ac331fdc
commit a1a24bd777

View File

@@ -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.
}