Skip to content

Commit

Permalink
closes #65
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Dec 29, 2023
1 parent 931db56 commit 74b40b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [#34] Weapon Qualities and Damage Effects should be displayed in (localised) alphabetical order on Weapon item sheet
- [#51] Item quantity boxes polluting actor data when altered
- [#60] Use localized skill names to sort and display alphabetically on Character sheet
- [#65] Stash button alignment issue on Character sheet Apparel tab

### Chores
- [#33] Merged Polish language updates from Crowdin
Expand Down
2 changes: 1 addition & 1 deletion system/templates/actor/parts/actor-apparel.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div class=" item-controls">
<a class="item-control item-stash {{#unless item.system.stashed}}item-unstashed{{/unless}}" title='{{localize "FALLOUT.UI.stashed"}}'>
<i class="fas fa-briefcase"></i>&nbsp;
<i class="fas fa-briefcase"></i>
</a>
<a class="item-control item-toggle {{#unless item.system.equipped}}item-unequipped{{/unless}}" title='{{localize "FALLOUT.equipped"}}'>
<i class="fas fa-tshirt"></i>
Expand Down

0 comments on commit 74b40b1

Please sign in to comment.