feat: fix inventory occupied slots

This commit is contained in:
Иванов Иван
2024-08-24 12:35:56 +02:00
parent f50e218013
commit fa078bcead
3 changed files with 27 additions and 3 deletions

View File

@@ -257,7 +257,7 @@
<TextBlock Padding="0 0 0 3">
<TextBlock.Text>
<MultiBinding StringFormat="{}{0}/{1}">
<Binding Path="InventoryInfo.Slots" Mode="OneWay"/>
<Binding Path="InventoryOccupiedSlots" Mode="OneWay"/>
<Binding Path="InventoryInfo.Slots" Mode="OneWay"/>
</MultiBinding>
</TextBlock.Text>