viewer: add option to stop playback on last frame

Fixes #1685
This commit is contained in:
itsmattkc
2021-09-22 19:40:22 -07:00
parent 333379ec91
commit e101f3f4fe
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ void Config::SetDefaults()
SetEntryInternal(QStringLiteral("UseSliderLadders"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("ShowWelcomeDialog"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("ShowClipWhileDragging"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("StopPlaybackOnLastFrame"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("AutoCacheDelay"), NodeValue::kInt, 1000);