Qt: Disable game widget while system is starting

This commit is contained in:
Stenzek
2025-08-25 21:28:03 +10:00
parent eedf417f23
commit e5fd12acb3

View File

@@ -2062,6 +2062,8 @@ void MainWindow::updateEmulationActions(bool starting, bool running, bool achiev
m_ui.actionControllerTest->setDisabled(starting_or_running);
m_game_list_widget->setDisabled(starting);
updateShortcutActions(starting);
if (starting_or_running)