mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-29 21:44:50 +00:00
Update game_info.cpp
This commit is contained in:
parent
20c2567f2b
commit
18e160ec43
@ -26,7 +26,7 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
||||
}).results();
|
||||
|
||||
// Progress bar, please be patient :)
|
||||
QProgressDialog dialog("Loading game list...", "Cancel", 0, 0, parent);
|
||||
QProgressDialog dialog("Loading game list, please wait :3", "Cancel", 0, 0, parent);
|
||||
dialog.setWindowTitle("Loading...");
|
||||
|
||||
QFutureWatcher<void> futureWatcher;
|
||||
@ -43,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
||||
&QProgressDialog::setValue);
|
||||
|
||||
dialog.exec();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user