Add extra context menu contexts to some additions panels
This commit is contained in:
@@ -18,7 +18,7 @@ class AddImplantSet(ContextMenuUnconditional):
|
||||
|
||||
if len(implantSets) == 0:
|
||||
return False
|
||||
return srcContext in ("implantView", "implantEditor")
|
||||
return srcContext in ("implantItemMisc", "implantEditor")
|
||||
|
||||
def getText(self, callingWindow, itmContext):
|
||||
return "Add Implant Set"
|
||||
|
||||
Reference in New Issue
Block a user