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>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user