Skip to content

Commit

Permalink
rename loaded_chain to loaded_chain_preset
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 18, 2021
1 parent f175f9e commit 3883a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/effectchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ EffectChain::EffectChain(const QString& group,
&EffectChain::sendParameterUpdate);

m_pControlLoadedChainPreset = std::make_unique<ControlObject>(
ConfigKey(m_group, "loaded_chain"), false);
ConfigKey(m_group, "loaded_chain_preset"), false);
m_pControlLoadedChainPreset->connectValueChangeRequest(
this,
&EffectChain::slotControlLoadedChainPresetRequest);
Expand Down

0 comments on commit 3883a28

Please sign in to comment.