From 68563239e478f38ed102345e8a5ebaaea3604f28 Mon Sep 17 00:00:00 2001 From: Ked Date: Wed, 26 Mar 2025 22:46:15 +0800 Subject: [PATCH] Changed a comment --- src/qt_gui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 0086e6ebe..873af9444 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -157,7 +157,7 @@ int main(int argc, char* argv[]) { } } - // If no game directory is set and no command line argument, prompt for it + // If no game directories are set and no command line argument, prompt for it if (Config::getGameInstallDirsEnabled().empty() && !has_command_line_argument) { GameInstallDialog dlg;