From 83b47577880e65de18c2d8a72b5371496783938e Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 2 Jan 2025 02:11:50 +1000 Subject: [PATCH] Qt: Controller Test should be disabled while running --- src/duckstation-qt/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index 297fd77bb..c87c49655 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -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)