timeline: add optional showing clip while dragging

This commit is contained in:
itsmattkc
2021-09-07 18:06:53 -07:00
parent 01e09c5790
commit ba0401ff06
3 changed files with 156 additions and 113 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("ShowWelcomeDialog"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("ShowClipWhileDragging"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("AutoCacheDelay"), NodeValue::kInt, 1000);