Update main.cpp

This commit is contained in:
DanielSvoboda 2023-10-11 15:46:40 -03:00 committed by GitHub
commit e7e14fd3b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2884,7 +2884,7 @@ if (target == GameListShortcutTarget::Desktop) {
.arg(QString::fromStdString(target_directory.generic_string())), .arg(QString::fromStdString(target_directory.generic_string())),
QMessageBox::StandardButton::Ok); QMessageBox::StandardButton::Ok);
return; return;
} }
} else if (target == GameListShortcutTarget::Applications) { } else if (target == GameListShortcutTarget::Applications) {
#if defined(__linux__) #if defined(__linux__)
QString applicationsPath = QString applicationsPath =