mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-24 19:36:17 +00:00
QT: Fix search in Grid mode (#2490)
* QT: Fix search in Grid mode * Fix performance? * Fix performance List * +fix
This commit is contained in:
parent
6f5dfc576f
commit
745cdd89fd
3 changed files with 17 additions and 0 deletions
|
@ -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..."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue