pointfeev / CreamInstaller

Automatically finds all installed Steam, Epic and Ubisoft games with their respective DLC-related DLL locations on the user's computer, parses SteamCMD, Steam Store and Epic Games Store for user-selected games' DLCs, then provides a very simple graphical interface utilizing the gathered information for the maintenance of DLC unlockers.
https://cs.rin.ru/forum/viewtopic.php?f=29&t=117227
GNU General Public License v3.0
3.7k stars 181 forks source link

Sort by name doesn't always sort by name #227

Closed kotenok2000 closed 1 month ago

kotenok2000 commented 2 months ago
Describe the bug and/or provide an image of the exception dialog box:

image

ZotoBro commented 2 months ago

It sorts by name then platform, so I think this is just intended behaviour and not a bug.

pointfeev commented 1 month ago

Strings were being sorted using ordinal comparison. This will be fixed in the next version by using culture-specific comparison.