ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Move image loading #47

Closed ryanjjung closed 3 months ago

ryanjjung commented 3 months ago

Images are loaded from disk every time the buildings filters are updated. We should instead load them once on app launch and then refer to those when we build the icon view contents.

ryanjjung commented 3 months ago

Fixed in #49