Merge pull request #8729 from JosJuice/android-touch-ir-default

Android: Use touch emulation of IR by default
This commit is contained in:
Léo Lam
2020-04-27 17:56:01 +02:00
committed by GitHub
5 changed files with 24 additions and 17 deletions

View File

@ -162,7 +162,7 @@ QGroupBox* MappingWidget::CreateGroupBox(const QString& name, ControllerEmu::Con
}
}
if (group->can_be_disabled)
if (group->default_value != ControllerEmu::ControlGroup::DefaultValue::AlwaysEnabled)
{
QLabel* group_enable_label = new QLabel(tr("Enable"));
QCheckBox* group_enable_checkbox = new QCheckBox();