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