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:
@@ -1,6 +1,11 @@
|
||||
//go:build !darwin
|
||||
//go:build !darwin && !windows
|
||||
|
||||
package dockicon
|
||||
|
||||
// SetConnected is a no-op outside macOS (Dock icons are a Darwin feature).
|
||||
import "unsafe"
|
||||
|
||||
// SetConnected is a no-op on platforms without a Dock/taskbar icon swap.
|
||||
func SetConnected(connected bool) {}
|
||||
|
||||
// BindWindow is a no-op outside Windows.
|
||||
func BindWindow(h unsafe.Pointer) { _ = h }
|
||||
|
||||
Reference in New Issue
Block a user