Fix ammo filtering

This commit is contained in:
2025-12-07 14:32:30 +01:00
parent acd6920de6
commit eb329adb68
2 changed files with 10 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ class ItemView(Display):
self.updateItemStore(items)
self.filterItemStore()
return
# If "Fits" filter is active, re-filter the current view
if self.marketBrowser.getFitsFilter():
self.filterItemStore()