daggerheart/templates/sheets/actors/npc/navigation.hbs
2026-05-31 02:38:04 +02:00

7 lines
No EOL
394 B
Handlebars

<div class="npc-navigation">
{{#> 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
<button type="button" data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}">
<i class="fa-solid fa-wrench"></i>
</button>
{{/'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
</div>