All checks were successful
Release / build (push) Successful in 2m34s
Embed the blue SyncWarden shield icon in the panel binary and set it as the window icon via Win32 SendMessage/WM_SETICON on startup. Uses the syncing (blue) variant as the status-independent panel icon. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
100 B
Go
8 lines
100 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
import "unsafe"
|
|
|
|
func setWindowIcon(windowPtr unsafe.Pointer) {}
|