Fix: Setting Ka Right sensitivty via menu

This commit is contained in:
Frederik Walk 2023-08-11 22:02:12 +02:00
parent a10f436828
commit 2e992d97cb

View File

@ -349,7 +349,7 @@ void Menu::performValueAction(Menu::Descriptor::Action action, uint16_t value) {
} break;
case Descriptor::Action::SetTriggerThresholdKaRight: {
auto thresholds = m_store->getTriggerThresholds();
thresholds.don_right = value;
thresholds.ka_right = value;
m_store->setTriggerThresholds(thresholds);
} break;
case Descriptor::Action::SetTriggerThresholdScaleLevel: