Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/features/inventory/wardrob…
Browse files Browse the repository at this point in the history
…e/WardrobeOverlay.kt
  • Loading branch information
j10a1n15 authored Apr 24, 2024
1 parent d541bf9 commit 1329a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class WardrobeOverlay {
val wardrobePage = currentPage ?: return
if (favoriteToggle) {
wardrobeSlot.favorite = !wardrobeSlot.favorite
update()
reset()
return
}
if (wardrobeSlot.isInCurrentPage()) {
Expand Down

0 comments on commit 1329a58

Please sign in to comment.