Swap application icon on connect/disconnect via AppKit; ship arm64 build. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
151 B
Go
7 lines
151 B
Go
//go:build !darwin
|
|
|
|
package dockicon
|
|
|
|
// SetConnected is a no-op outside macOS (Dock icons are a Darwin feature).
|
|
func SetConnected(connected bool) {}
|