Update various GUI things to show new location for ship icon

This commit is contained in:
blitzmann
2018-06-02 14:54:59 -04:00
parent 18bbe49c49
commit 19cf3c2036
5 changed files with 56 additions and 55 deletions

View File

@@ -95,7 +95,7 @@ class Fit(object):
fits = eos.db.getFitsWithShip(shipID)
names = []
for fit in fits:
names.append((fit.ID, fit.name, fit.booster, fit.modified or fit.created or datetime.datetime.fromtimestamp(fit.timestamp), fit.notes))
names.append((fit.ID, fit.name, fit.booster, fit.modified or fit.created or datetime.datetime.fromtimestamp(fit.timestamp), fit.notes, fit.ship.item.graphicID))
return names