Disable scroll helper on mobile
This commit is contained in:
parent
40a487109d
commit
35066900d1
@ -28,6 +28,7 @@ ListView {
|
||||
ScrollHelper {
|
||||
flickable: parent
|
||||
anchors.fill: parent
|
||||
enabled: !Settings.mobileMode
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
|
Loading…
Reference in New Issue
Block a user