Makes the calculated capacity viewable on the sheet (closes #158)
This commit is contained in:
parent
c6a7f86926
commit
10449acf37
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@
|
||||||
data-help-title="dotdungeon.help-tooltips.calculated-capacity.title"
|
data-help-title="dotdungeon.help-tooltips.calculated-capacity.title"
|
||||||
></dd-icon>
|
></dd-icon>
|
||||||
<div class="grow"></div>
|
<div class="grow"></div>
|
||||||
<span>5</span>
|
<span>{{item.usedCapacity}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue