mirror of
https://github.com/ravinrabbid/DonCon2040.git
synced 2024-11-20 03:37:07 +01:00
Fix: Setting Ka Right sensitivty via menu
This commit is contained in:
parent
a10f436828
commit
2e992d97cb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user