Always show implant set menu item if you have sets, even if implant is selected
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user