Match macOS Dock behavior using the same idle/connected glyph assets. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
207 B
Go
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)
|