forgot to change back default min_scale value from testing

pull/111/head
Joaquín Rossi 3 years ago
parent 71bacc7ad5
commit 9494a5ffa6

@ -7,7 +7,7 @@ type Config* = object
scale_friction*: float
const defaultConfig* = Config(
min_scale: 1,
min_scale: 0.01,
scroll_speed: 1.5,
drag_friction: 6.0,
scale_friction: 4.0,

Loading…
Cancel
Save