summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainmanager.cpp
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-04-03 21:30:29 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2018-04-03 21:30:29 +0200
commit0dd89efa22ad65c39a1633ba218f58f7514188b1 (patch)
treed7207e60602556d3d07c22762ff995ad8d7e0dd6 /src/effects/effectchainmanager.cpp
parentf104162799b0d4297eeede7e2e1dd8566dad190b (diff)
use isAdoptMetaknobValueEnabled and "[Effects]", "AdoptMetaknobValue"
Diffstat (limited to 'src/effects/effectchainmanager.cpp')
-rw-r--r--src/effects/effectchainmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/effectchainmanager.cpp b/src/effects/effectchainmanager.cpp
index 91296a0769..05bc6f77df 100644
--- a/src/effects/effectchainmanager.cpp
+++ b/src/effects/effectchainmanager.cpp
@@ -218,6 +218,6 @@ void EffectChainManager::loadEffectChains() {
}
}
-bool EffectChainManager::getAdoptMetaknobPositionSetting() const {
- return m_pConfig->getValue(ConfigKey("[Effects]", "EffectLoadMetaknobBehavior"), true);
+bool EffectChainManager::isAdoptMetaknobValueEnabled() const {
+ return m_pConfig->getValue(ConfigKey("[Effects]", "AdoptMetaknobValue"), true);
}