-
-
Notifications
You must be signed in to change notification settings - Fork 480
Favourites not sorted alphabetically, in fact in somehow random order #2965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is it by play order or install order? |
Neither, it varies and changes whenever I return from a game or run library refresh. |
we currently seem to have no specific order, from what I see in the code the order depends on:
for each store, the games are ordered depending on the order we get them in the list of games for GOG games, it varies a lot because we actually fetch some of the games info async and every time we refresh requests can finish at different times (only GOG games seems to be moving all around after each refresh) now the question is, what's the right criteria to order them? alphabetically? order when they were added to favorites? installed first? should we follow the same criteria defined for the library itself? A note: easiest way to reproduce this is:
|
Describe the bug
Favourites are not sorted alphabetically. When refreshing the library, the sort order changes:
After starting heroic:
After refreshing the library:
neither order is alphabetically, both seem random to me.
Add logs
Steps to reproduce
Library Top Section
in settings to "Favourite Games"Expected behavior
Favourites games ordered alphabetically by game name
Screenshots
See problem description
Heroic Version
Latest Stable
System Information
Additional information
No response
The text was updated successfully, but these errors were encountered: