Always show implant set menu item if you have sets, even if implant is selected

This commit is contained in:
DarkPhoenix
2019-04-18 00:44:43 +03:00
parent 614f3acc7e
commit 69f68bf4ea
21 changed files with 6 additions and 75 deletions

View File

@@ -16,9 +16,6 @@ class DroneSplitStack(ContextMenu):
self.settings = ContextMenuSettings.getInstance()
def display(self, srcContext, selection):
if not self.settings.get('droneSplit'):
return False
return srcContext == "droneItem" and selection[0].amount > 1
def getText(self, itmContext, selection):