metherul / Automaton

The open modpack platform.
Other
58 stars 14 forks source link

Fixed Issue #6 #10

Closed metherul closed 6 years ago

metherul commented 6 years ago

Looks like the messenger to pass off the ModPack object was only being called within FilterModPack(), which was only used in certain situations.

Possible issue -- The messenger may update multiple times, causing performance issues with large mod lists, as the MainWindow datagrid will need to update a large amount of elements. Native WPF performance enhancements may counter this though.