We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182104a commit b32f76cCopy full SHA for b32f76c
1 file changed
gui/builtinContextMenus/changeAffectingSkills.py
@@ -12,7 +12,7 @@ def __init__(self):
12
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
13
14
def display(self, srcContext, selection):
15
- if self.mainFrame.getActiveFit() is None or srcContext not in ("fittingModule", "fittingShip"):
+ if self.mainFrame.getActiveFit() is None or srcContext not in ("fittingModule", "fittingCharge", "fittingShip"):
16
return False
17
18
self.sChar = service.Character.getInstance()
0 commit comments