[ui] viewer: default value for fps is now 24

This commit is contained in:
Fabien Castan 2023-09-21 08:34:36 +02:00
parent 3fc908c019
commit e4f130f5ac

View file

@ -43,7 +43,7 @@ FloatingPane {
property bool syncSelected: true
property bool playing: false
property bool repeat: false
property real fps: 1
property real fps: 24
onFrameChanged: {
updateReconstructionView();
@ -231,6 +231,7 @@ FloatingPane {
from: 1
to: 60
stepSize: 1
value: m.fps
onValueChanged: {
m.fps = value;