You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System tray icon becomes completely unresponsive (right-click menu stops appearing) after the program runs for some time. Root cause: systray.Run() was called from a spawned goroutine without runtime.LockOSThread(), allowing Go's async preemption to migrate the goroutine between OS threads and break the Windows message loop. Fixed by locking the goroutine to its OS thread before entering the systray event loop.
Changed
Consolidated PS4, PS5, and Switch Pro controller types into a single PlayStation layout: updated playstation.json to PS5 body shape with touchpad, removed separate playstation5.json and switch_pro.json configs.