From 3883a28c031bc0450bf1126639a17254d9cca6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Mon, 18 Oct 2021 12:39:57 +0200 Subject: [PATCH] rename loaded_chain to loaded_chain_preset --- src/effects/effectchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/effectchain.cpp b/src/effects/effectchain.cpp index b7bee10c518..8de16c0d612 100644 --- a/src/effects/effectchain.cpp +++ b/src/effects/effectchain.cpp @@ -103,7 +103,7 @@ EffectChain::EffectChain(const QString& group, &EffectChain::sendParameterUpdate); m_pControlLoadedChainPreset = std::make_unique( - ConfigKey(m_group, "loaded_chain"), false); + ConfigKey(m_group, "loaded_chain_preset"), false); m_pControlLoadedChainPreset->connectValueChangeRequest( this, &EffectChain::slotControlLoadedChainPresetRequest);