General: Animation speed max back to 200%

This commit is contained in:
ItsLemmy
2025-09-27 15:01:40 -04:00
parent 8e248f6795
commit 348c1e8f9f
+1 -1
View File
@@ -115,7 +115,7 @@ ColumnLayout {
NValueSlider {
Layout.fillWidth: true
from: 0.1
to: 5.0
to: 2.0
stepSize: 0.01
value: Settings.data.general.animationSpeed
onMoved: value => Settings.data.general.animationSpeed = value