mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +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 {
|
ScrollHelper {
|
||||||
flickable: parent
|
flickable: parent
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
enabled: !Settings.mobileMode
|
||||||
}
|
}
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
|
|
Loading…
Reference in a new issue