KnossosNET / Knossos.NET

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

fix hang on Mac preventing repo load #176

Closed notimaginative closed 6 months ago

notimaginative commented 6 months ago

Removes ChangeSort() call from the UIThread as it already does it's business in the UIThread and that appears to freak out on Mac.

Issue introduced as part of #161

notimaginative commented 6 months ago

Tested on Mac and Linux. Didn't have the chance to test on Windows.