Always show implant set menu item if you have sets, even if implant is selected
This commit is contained in:
@@ -11,9 +11,6 @@ class DroneAddStack(ContextMenu):
|
||||
self.settings = ContextMenuSettings.getInstance()
|
||||
|
||||
def display(self, srcContext, selection):
|
||||
if not self.settings.get('droneStack'):
|
||||
return False
|
||||
|
||||
if srcContext not in ('marketItemGroup', 'marketItemMisc') or self.mainFrame.getActiveFit() is None:
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user