QT: Fix search in Grid mode (#2490)

* QT: Fix search in Grid mode

* Fix performance?

* Fix performance List

* +fix
This commit is contained in:
DanielSvoboda 2025-02-21 03:29:30 -03:00 committed by GitHub
parent 6f5dfc576f
commit 745cdd89fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -49,6 +49,9 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
return readGameInfo(Common::FS::PathFromQString(path));
}).results();
// used to retrieve values after performing a search
m_games_backup = m_games;
// Progress bar, please be patient :)
QProgressDialog dialog(tr("Loading game list, please wait :3"), tr("Cancel"), 0, 0, parent);
dialog.setWindowTitle(tr("Loading..."));