From 18e160ec432e050d01e0d3518156667edec45104 Mon Sep 17 00:00:00 2001 From: Xphalnos <164882787+Xphalnos@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:20:41 +0200 Subject: [PATCH] Update game_info.cpp --- src/qt_gui/game_info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt_gui/game_info.cpp b/src/qt_gui/game_info.cpp index 6b95fa33a..0a472eaef 100644 --- a/src/qt_gui/game_info.cpp +++ b/src/qt_gui/game_info.cpp @@ -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 futureWatcher; @@ -43,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) { &QProgressDialog::setValue); dialog.exec(); -} \ No newline at end of file +}