mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
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…
Reference in a new issue