mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-24 01:11:29 +02:00
Replace the doc comments above the empty no-op stubs (bindTrayClick, startTrayTheme, noopSessionWatcher.Dismiss/Close) with short in-body comments explaining why each is empty.
9 lines
238 B
Go
9 lines
238 B
Go
//go:build !linux || (linux && 386)
|
|
|
|
package main
|
|
|
|
func (t *Tray) startTrayTheme() {
|
|
// No-op off Linux: macOS template icons and Windows colored PNGs need no
|
|
// colour-scheme probe. panelDark stays nil; panelIsDark uses its default.
|
|
}
|