Fixed formatting

This commit is contained in:
Ked 2025-03-26 22:56:54 +08:00
parent 68563239e4
commit 55f6bab743

View File

@ -158,8 +158,7 @@ int main(int argc, char* argv[]) {
}
// If no game directories are set and no command line argument, prompt for it
if (Config::getGameInstallDirsEnabled().empty() &&
!has_command_line_argument) {
if (Config::getGameInstallDirsEnabled().empty() && !has_command_line_argument) {
GameInstallDialog dlg;
dlg.exec();
}