(self, callingWindow, itmContext)
| 37 | return srcContext == "fittingShip" and self.modes is not None |
| 38 | |
| 39 | def getText(self, callingWindow, itmContext): |
| 40 | return _t("Tactical Mode") |
| 41 | |
| 42 | def addMode(self, menu, mode): |
| 43 | key = mode.item.typeName.rsplit()[-2] |