Also display item stats for skill context menus
This commit is contained in:
@@ -8,7 +8,7 @@ class ItemStats(ContextMenu):
|
||||
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
|
||||
|
||||
def display(self, context, selection):
|
||||
return context in ("item", "ship", "module", "ammo")
|
||||
return context in ("item", "ship", "module", "ammo", "skill")
|
||||
|
||||
def getText(self, context, selection):
|
||||
return "%s stats" % context.capitalize()
|
||||
|
||||
Reference in New Issue
Block a user