mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 04:25:37 +00:00
Qt: Controller Test should be disabled while running
This commit is contained in:
parent
08cd649187
commit
83b4757788
@ -1741,6 +1741,8 @@ void MainWindow::updateEmulationActions(bool starting, bool running, bool cheevo
|
|||||||
|
|
||||||
m_ui.actionViewGameProperties->setDisabled(starting_or_not_running);
|
m_ui.actionViewGameProperties->setDisabled(starting_or_not_running);
|
||||||
|
|
||||||
|
m_ui.actionControllerTest->setDisabled(starting_or_running);
|
||||||
|
|
||||||
updateShortcutActions(starting);
|
updateShortcutActions(starting);
|
||||||
|
|
||||||
if (starting_or_running)
|
if (starting_or_running)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user