]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettings.kcfg
Stop motion widget: notify a few seconds before capturing frame in interval mode...
[kdenlive] / src / kdenlivesettings.kcfg
index 648e8f1282a6ec2bdbd666b25d144471efd81185..f5d83b06fa455b6078d642cd5c67b7d9160fd32f 100644 (file)
     <entry name="captureinterval" type="Int">
       <label>Interval between each capture (in seconds).</label>
       <default>5</default>
-    </entry> 
+    </entry>
+
+    <entry name="sm_notifytime" type="Int">
+      <label>Seconds before triggering a capture notification.</label>
+      <default>3</default>
+    </entry>
+
+    <entry name="sm_prenotify" type="Bool">
+      <label>Send a notification a few seconds before capture.</label>
+      <default>false</default>
+    </entry>
 
     <entry name="sm_loop" type="Bool">
       <label>Should we loop in stop motion playback.</label>