mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 01:09:26 -05:00
fix weirdass scroll speed
This commit is contained in:
@@ -71,6 +71,9 @@ Item {
|
||||
currentIndex: root.defaultChoice !== undefined ? root.items.indexOf(root.defaultChoice) : -1
|
||||
spacing: 6
|
||||
|
||||
maximumFlickVelocity: 3500
|
||||
boundsBehavior: Flickable.DragOverBounds
|
||||
|
||||
model: ScriptModel {
|
||||
id: choiceModel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user