Implements DiceSoNice preview in config settings #710

This commit is contained in:
Chris Ryan 2025-08-09 17:35:35 +10:00
parent 3bd497bc21
commit fee3e38770
3 changed files with 35 additions and 9 deletions

View file

@ -69,7 +69,13 @@
{{selectOptions diceSoNiceMaterials selected=diceTab.source.material valueAttr="key" labelAttr="name" localize=true}}
</select>
</div>
</div>
<div class="label-container">
<button data-action="preview">
<i class="fa-solid fa-dice right"></i>
<span>{{localize "Preview"}}</span>
</button>
</div>
</div>
</div>
</fieldset>
{{/if}}