Update main.cpp
This commit is contained in:
+1
-1
@@ -2875,7 +2875,7 @@ void GMainWindow::OnGameListCreateShortcut(u64 program_id, const std::string& ga
|
||||
// Determine target directory for shortcut
|
||||
if (target == GameListShortcutTarget::Desktop) {
|
||||
const auto desktop_path = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation);
|
||||
target_directory = desktopPath.toUtf8().toStdString();
|
||||
target_directory = desktop_path.toUtf8().toStdString();
|
||||
const QDir dir(QString::fromStdString(target_directory.generic_string()));
|
||||
if (!dir.exists()) {
|
||||
QMessageBox::critical(
|
||||
|
||||
Reference in New Issue
Block a user