Always show implant set menu item if you have sets, even if implant is selected
This commit is contained in:
@@ -29,9 +29,6 @@ class AddEnvironmentEffect(ContextMenu):
|
||||
self.settings = ContextMenuSettings.getInstance()
|
||||
|
||||
def display(self, srcContext, selection):
|
||||
if not self.settings.get('whProjector'):
|
||||
return False
|
||||
|
||||
return srcContext == "projected"
|
||||
|
||||
def getText(self, itmContext, selection):
|
||||
|
||||
Reference in New Issue
Block a user