Fix game title sorting (#2286)

* Fix game title sorting

* fix

* fix

* fix
This commit is contained in:
DanielSvoboda 2025-01-30 15:34:42 -03:00 committed by GitHub
parent e805b97520
commit ad5bd91a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -46,7 +46,7 @@ private:
bool ListSortedAsc = true;
public:
void PopulateGameList();
void PopulateGameList(bool isInitialPopulation = true);
void ResizeIcons(int iconSize);
QImage backgroundImage;