Goodbye eveapi! You have served us well all these years!
Start stripping XML API stuff and implement ESI skill fetching.
This commit is contained in:
@@ -119,11 +119,9 @@ class PFCrestPref(PreferenceView):
|
||||
def OnModeChange(self, event):
|
||||
self.settings.set('mode', event.GetInt())
|
||||
self.ToggleProxySettings(self.settings.get('mode'))
|
||||
Esi.restartService()
|
||||
|
||||
def OnServerChange(self, event):
|
||||
self.settings.set('server', event.GetInt())
|
||||
Esi.restartService()
|
||||
|
||||
def OnBtnApply(self, event):
|
||||
self.settings.set('clientID', self.inputClientID.GetValue().strip())
|
||||
|
||||
Reference in New Issue
Block a user