Fixed a bug where a resumed recording wouldn't update the image
Template tests / tests (push) Successful in 1m54s

This commit is contained in:
Iisyourdad
2026-06-11 11:48:09 -05:00
parent 3df52e37fc
commit 72b3f10a8a
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -92,6 +92,10 @@ Initial release.
literal text "undefined" by an old bug); a corrupted file is now
treated as empty instead of crashing the dialog, and is overwritten
with valid JSON the next time settings are saved.
- Resuming a paused capture session no longer reuses the same stale
background screenshot for every click capture (only the click marker
moved); pausing now fully resets the click-capture cache so resuming
starts a fresh background refresh loop.
### Added (initial feature set)