Skip to content
Permalink
Browse files
Merge pull request #8228 from spycrab/qt_cw_not_disable
Qt/ControllersWindow: Fix radio buttons not getting disabled
  • Loading branch information
spycrab committed Jul 7, 2019
2 parents 0a7395b + 64de900 commit ba20d30
Showing 1 changed file with 2 additions and 0 deletions.
@@ -71,6 +71,8 @@ ControllersWindow::ControllersWindow(QWidget* parent) : QDialog(parent)
CreateMainLayout();
LoadSettings();
ConnectWidgets();

OnEmulationStateChanged(Core::GetState() != Core::State::Uninitialized);
}

void ControllersWindow::CreateGamecubeLayout()

0 comments on commit ba20d30

Please sign in to comment.