Add option to export implants/boosters via ESI

This commit is contained in:
DarkPhoenix
2023-10-31 00:01:16 +06:00
parent bafaed1d81
commit a484698a9d
5 changed files with 44 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ class CopySelectDialog(wx.Dialog):
def exportEsi(self, options, callback):
fit = getFit(self.mainFrame.getActiveFit())
Port.exportESI(fit, True, callback)
Port.exportESI(fit, False, False, False, callback)
def exportXml(self, options, callback):
fit = getFit(self.mainFrame.getActiveFit())