mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Fix laggy sliders
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user