mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Only showing the menu if there are extra resources
This commit is contained in:
parent
94a320b91c
commit
e102a28305
2 changed files with 10 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
</span>
|
||||
{{/times}}
|
||||
</div>
|
||||
<button type="button" class="resource-manager" data-action="toggleResourceManagement"><i class="fa-solid fa-bars"></i></button>
|
||||
{{#if hasExtraResources}}<button type="button" class="resource-manager" data-action="toggleResourceManagement"><i class="fa-solid fa-bars"></i></button>{{/if}}
|
||||
</div>
|
||||
{{#if document.system.class.value}}
|
||||
<div class="domains-section">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue