MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / onSSOLogin

Method onSSOLogin

gui/mainFrame.py:662–665  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

660 EveFittings.openOne(parent=self)
661
662 def onSSOLogin(self, event):
663 menu = self.GetMenuBar()
664 menu.Enable(menu.eveFittingsId, True)
665 menu.Enable(menu.exportToEveId, True)
666
667 def updateEsiMenus(self, type):
668 menu = self.GetMenuBar()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected