All children of infinite slots will now hide when "hide when full" is active
This commit is contained in:
@@ -141,7 +141,6 @@ export default {
|
||||
}).filter(slot => !( // Hide full and ignored slots
|
||||
!this.showHiddenSlots &&
|
||||
slot.hideWhenFull &&
|
||||
slot.quantityExpected > 0 &&
|
||||
slot.totalFilled >= slot.quantityExpected ||
|
||||
slot.ignored
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user