Fix laggy sliders

This commit is contained in:
quadbyte 2025-08-12 11:13:52 -04:00
parent 6cbc74faca
commit 1c77eb7afc
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ Item {
to: 144
stepSize: 1
value: Settings.data.screenRecorder.frameRate
onMoved: Settings.data.screenRecorder.frameRate = Math.round(value)
onPressedChanged: Settings.data.screenRecorder.frameRate = Math.round(value)
cutoutColor: Colors.surface
}