mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 07:21:27 +02:00
ui: move dock_other no-op comment inside function body
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user