Qt: Fix Cheats menu shortcut

pull/3576/head
Stenzek 2 months ago
parent 95bcff8c06
commit 0d3c7751f1
No known key found for this signature in database

@ -2717,7 +2717,7 @@ void MainWindow::openGamePropertiesForCurrentGame(const char* category /* = null
return;
}
SettingsWindow::openGamePropertiesDialog(entry);
SettingsWindow::openGamePropertiesDialog(entry, category);
}
ControllerSettingsWindow* MainWindow::getControllerSettingsWindow()

Loading…
Cancel
Save