Files
navi/internal/dockicon/hooks.go
T
M4andCursor fed1ace33e
ci / test (macos-latest) (push) Canceled after 0s
ci / test (ubuntu-latest) (push) Canceled after 0s
ci / test (windows-latest) (push) Canceled after 0s
Release 3.8.2.7: Windows taskbar/tray sea-wave icon when connected.
Match macOS Dock behavior using the same idle/connected glyph assets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-01 16:45:55 +03:00

6 lines
207 B
Go

package dockicon
// OnIconChange is invoked after SetConnected updates the platform icon.
// Used on Windows to keep the tray glyph in sync; unused on other platforms.
var OnIconChange func(connected bool)