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

Method OnModeChange

gui/builtinPreferenceViews/pyfaEsiPreferences.py:89–91  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

87 event.Skip()
88
89 def OnModeChange(self, event):
90 self.settings.set('loginMode', 0 if self.ssoServer.GetValue() else 1)
91 event.Skip()
92
93 def OnEnforceChange(self, event):
94 self.settings.set('enforceJwtExpiration', self.enforceJwtExpiration.GetValue())

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected