mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-15 02:44:41 +00:00
Qt: Fix Cheats menu shortcut
This commit is contained in:
@@ -2717,7 +2717,7 @@ void MainWindow::openGamePropertiesForCurrentGame(const char* category /* = null
|
||||
return;
|
||||
}
|
||||
|
||||
SettingsWindow::openGamePropertiesDialog(entry);
|
||||
SettingsWindow::openGamePropertiesDialog(entry, category);
|
||||
}
|
||||
|
||||
ControllerSettingsWindow* MainWindow::getControllerSettingsWindow()
|
||||
|
||||
Reference in New Issue
Block a user