We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7930b71 commit 817acbdCopy full SHA for 817acbd
src/main/kotlin/com/lambda/module/modules/render/Zoom.kt
@@ -35,7 +35,7 @@ object Zoom : Module(
35
private val animationDuration by setting("Animation Duration", 1f, 0.1f..10f, 0.1f) { style != ZoomStyle.Instant }
36
private val scroll by setting("Scroll", true)
37
private val persistentScroll by setting("Persistent Scroll", false) { scroll }
38
- private val sensitivity by setting("Sensitivity", 0.4f, 0.1f..1f, 0.1f) { scroll }
+ private val sensitivity by setting("Sensitivity", 0.2f, 0.1f..1f, 0.1f) { scroll }
39
@JvmStatic val smoothMovement by setting("Smooth Movement", false)
40
41
private var extraZoom = 0f
0 commit comments