mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-13 01:44:33 +00:00
Qt: Disable game widget while system is starting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user