Disable scroll helper on mobile

This commit is contained in:
Nicolas Werner 2020-10-28 20:26:33 +01:00
parent 40a487109d
commit 35066900d1
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ListView {
ScrollHelper {
flickable: parent
anchors.fill: parent
enabled: !Settings.mobileMode
}
Shortcut {