Disable scroll helper on mobile
This commit is contained in:
parent
40a487109d
commit
35066900d1
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ ListView {
|
|||
ScrollHelper {
|
||||
flickable: parent
|
||||
anchors.fill: parent
|
||||
enabled: !Settings.mobileMode
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue