Changed a comment

This commit is contained in:
Ked 2025-03-26 22:46:15 +08:00
parent d2aa912c37
commit 68563239e4

View File

@ -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;