Enable Capture Filmstrip by default

This commit is contained in:
2025-12-28 10:12:22 +11:00
parent a037b6f2e1
commit 929477c1f7

View File

@@ -81,7 +81,7 @@
<div class="form-group" style="margin-top: 1rem;">
<label class="checkbox-container">
<input type="checkbox" id="capture-filmstrip">
<input type="checkbox" id="capture-filmstrip" checked>
<span class="checkmark"></span>
<span class="label-text">Capture Filmstrip (Screenshots)</span>
</label>