Qt: Fix Cheats menu shortcut

This commit is contained in:
Stenzek
2025-09-19 20:25:19 +10:00
parent 95bcff8c06
commit 0d3c7751f1

View File

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