Corrected remaining cases of 'needReload' to 'needsReload'

This commit is contained in:
WBHarry 2026-07-19 23:21:46 +02:00
parent 27eb4a1430
commit e1337bfbf3
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<div class="roll-buttons">
{{#if (eq automationSettings.reload 'button')}}
<button class="roll-reload-check" {{#if needReload}}disabled{{/if}}>{{localize "DAGGERHEART.ACTIONS.Reload.checkReload"}}</button>
<button class="roll-reload-check" {{#if needsReload}}disabled{{/if}}>{{localize "DAGGERHEART.ACTIONS.Reload.checkReload"}}</button>
{{/if}}
{{#if areas.length}}<button class="action-areas end-button"><i class="fa-solid fa-crosshairs"></i></button>{{/if}}
{{#if hasDamage}}