fix: pre-check 'Save against spell' checkbox in template when saveSpell is true

This commit is contained in:
2026-06-12 01:56:03 +02:00
parent bb42de19bd
commit 89298490ef
+1
View File
@@ -130,6 +130,7 @@
type="checkbox" type="checkbox"
name="saveSpellCheck" name="saveSpellCheck"
data-action="saveSpellCheck" data-action="saveSpellCheck"
{{#if saveSpell}}checked{{/if}}
/> />
</div> </div>
{{/if}} {{/if}}