Add option to disable this context menu
This commit is contained in:
@@ -17,7 +17,7 @@ class SpoolUp(ContextMenu):
|
||||
self.resetId = None
|
||||
|
||||
def display(self, srcContext, selection):
|
||||
if not self.settings.get('project'):
|
||||
if not self.settings.get('spoolup'):
|
||||
return False
|
||||
|
||||
if srcContext not in ("fittingModule") or self.mainFrame.getActiveFit() is None:
|
||||
|
||||
Reference in New Issue
Block a user