sequence: add test preview option

This commit is contained in:
itsmattkc
2022-05-29 09:20:12 -07:00
parent 8455e94de3
commit abb9c409e2
3 changed files with 25 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ void Config::SetDefaults()
SetEntryInternal(QStringLiteral("StopPlaybackOnLastFrame"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("UseLegacyColorInInputTab"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("ReassocLinToNonLin"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("PreviewNonFloatDontAskAgain"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("AutoCacheDelay"), NodeValue::kInt, 1000);