KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

Fix Knossos Not sorting mods on startup #161

Closed JohnAFernandez closed 4 months ago

JohnAFernandez commented 4 months ago

There were two issues:

1) The mod sorting was happening before the mods were loaded

2) If the saved mod preference was loading by name, it would do nothing since that was the default.

This commit sets the initial value to unsorted, sorts when there are actually mods to sort, and only saves a non-unsorted preference.

Fixes #147