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
Focus guard no longer fires backwards — Chrome/Electron text fields (Discord, browsers) are now correctly detected via UIAutomation; the previous hwndCaret check caused false positives (blocking sounds in non-text apps) while missing browser text fields entirely (Chrome's renderer returns NULL from GetFocus(), which previously triggered an early exit before UIAutomation could run)