fix: keep macOS overlay interactive while mpv remains active

- Overlay no longer hides or becomes click-through during tracker refreshes when mpv is the focused window
- Preserve already-visible overlay when tracker is temporarily not ready but mpv target signal is active
- Add regression tests for active-mpv tracker refresh and transient tracker-not-ready paths
This commit is contained in:
2026-05-11 02:35:05 -07:00
parent 47499eccff
commit eff33e2027
4 changed files with 193 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
type: fixed
area: overlay
- Overlay: Kept the macOS overlay visible and interactive while mpv remains the active tracked window, including transient tracker refreshes.