Uncheck automatically joycons docked when docked mode is enable
@@ -89,6 +89,10 @@ ConfigureInput::ConfigureInput(QWidget* parent)
}
void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
+ if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){
+ ui->handheld_connected->setChecked(false);
+ }
+
if (last_state == new_state) {
return;