Qt: Controller Test should be disabled while running

This commit is contained in:
Stenzek 2025-01-02 02:11:50 +10:00
parent 08cd649187
commit 83b4757788
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -1741,6 +1741,8 @@ void MainWindow::updateEmulationActions(bool starting, bool running, bool cheevo
m_ui.actionViewGameProperties->setDisabled(starting_or_not_running);
m_ui.actionControllerTest->setDisabled(starting_or_running);
updateShortcutActions(starting);
if (starting_or_running)