Fix laggy sliders
This commit is contained in:
parent
6cbc74faca
commit
1c77eb7afc
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue