config: startup option for autocache pause

Makes debugging easier
This commit is contained in:
itsmattkc
2021-05-10 10:40:17 +10:00
parent 15556c64ae
commit febb5b0d25
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ void Config::SetDefaults()
SetEntryInternal(QStringLiteral("AutoMergeTracks"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("UseSliderLadders"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("AutoCacheEnabled"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("AutoCacheDelay"), NodeValue::kInt, 1000);
SetEntryInternal(QStringLiteral("CatColor0"), NodeValue::kInt, 0);