Add option to keep showing last video frame after playback

Previously Clapper showed last frame, now it defaults to black screen, so add an option for users to choose what they like better
This commit is contained in:
Rafał Dzięgiel
2021-06-16 15:34:36 +02:00
parent bea3b1670d
commit 21ccab1cc2
9 changed files with 68 additions and 10 deletions

View File

@@ -14,6 +14,10 @@
<default>100</default>
<summary>Custom initial volume value in percentage after startup</summary>
</key>
<key name="keep-last-frame" type="b">
<default>false</default>
<summary>Keep showing last video frame after playback finishes</summary>
</key>
<key name="close-auto" type="b">
<default>false</default>
<summary>Automatically close the app after playback finishes</summary>