Do not return items from all the categories in overrides editor searches

This commit is contained in:
DarkPhoenix
2020-01-31 00:00:05 +03:00
parent 245f81e888
commit b9a26ec28d
4 changed files with 20 additions and 12 deletions

View File

@@ -309,7 +309,7 @@ class ItemView(d.Display):
self.clearSearch()
return
sMkt.searchItems(search, self.populateSearch, ["Implant"])
sMkt.searchItems(search, self.populateSearch, 'implants')
def populateSearch(self, items):
if not self.IsShown():