Fixed laggy sliders again

This commit is contained in:
quadbyte
2025-08-12 17:08:17 -04:00
parent e7588b29d9
commit f469e7f6cd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ ColumnLayout {
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.backgroundPrimary
}
}