Fix settings button on library view
Template tests / tests (push) Failing after 46s

This commit is contained in:
Iisyourdad
2026-06-11 10:47:32 -05:00
parent a5d0013c3a
commit 572b66650b
3 changed files with 39 additions and 2 deletions
+5
View File
@@ -78,6 +78,11 @@ Initial release.
earlier) and use it for the click-marker placement, and the
click-capture cache is armed as soon as recording starts so the very
first click is captured instantly.
- Settings no longer fails to open if `app-settings.json` or
`placeholders.json` was previously corrupted (e.g. left containing the
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.
### Added (initial feature set)