ui: move dock_other no-op comment inside function body

This commit is contained in:
Zoltán Papp
2026-06-17 11:31:22 +02:00
parent 855ef2465f
commit bd924431ec

View File

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