Extend "Open Fit In Context Menu" option for command fits. (#1104)
This commit is contained in:
@@ -15,7 +15,7 @@ class OpenFit(ContextMenu):
|
||||
if not self.settings.get('openFit'):
|
||||
return False
|
||||
|
||||
return srcContext == "projectedFit"
|
||||
return srcContext in ("projectedFit", "commandView")
|
||||
|
||||
def getText(self, itmContext, selection):
|
||||
return "Open Fit in New Tab"
|
||||
|
||||
Reference in New Issue
Block a user