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:
@@ -8,3 +8,6 @@ func start(appName string, h Hooks) bool {
|
||||
_ = h
|
||||
return false
|
||||
}
|
||||
|
||||
// SetConnectedIcon is a no-op when tray is unsupported.
|
||||
func SetConnectedIcon(connected bool) { _ = connected }
|
||||
|
||||
Reference in New Issue
Block a user