We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c7dfc commit d77d486Copy full SHA for d77d486
companion/src/generaledit/hardware.cpp
@@ -594,7 +594,7 @@ void HardwarePanel::addSwitch(int index)
594
type->setField(config.type, this);
595
params->append(type);
596
597
- if (!generalSettings.isSwitchFlex(index) && !generalSettings.isSwitchFunc(index)) {
+ if (!generalSettings.isSwitchFunc(index)) {
598
connect(type, &AutoComboBox::currentDataChanged, [=] (int val) {
599
emit refreshItemModels();
600
});
0 commit comments