Skip to content

Commit

Permalink
Qt: Controller Test should be disabled while running
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 1, 2025
1 parent 08cd649 commit 83b4757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/duckstation-qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83b4757

Please # to comment.