Always show factor reload time menu item
This commit is contained in:
@@ -14,9 +14,6 @@ class FactorReload(ContextMenu):
|
||||
self.settings = ContextMenuSettings.getInstance()
|
||||
|
||||
def display(self, srcContext, selection):
|
||||
if not self.settings.get('factorReload'):
|
||||
return False
|
||||
|
||||
return srcContext == "firepowerViewFull"
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user