Animation speed: allow 500% speed for quasi instant.

This commit is contained in:
ItsLemmy
2025-09-27 14:03:54 -04:00
parent a4b4caa2ce
commit b5b8b62cf0
+1 -1
View File
@@ -115,7 +115,7 @@ ColumnLayout {
NValueSlider {
Layout.fillWidth: true
from: 0.1
to: 2.0
to: 5.0
stepSize: 0.01
value: Settings.data.general.animationSpeed
onMoved: value => Settings.data.general.animationSpeed = value