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

@@ -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