mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
disable the scrollindicator
for some reason it seems interactive on the phone
This commit is contained in:
parent
dae850dbc9
commit
d6bd455b1e
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ Item {
|
||||||
id: scrollabr
|
id: scrollabr
|
||||||
opacity: mainFlickable.moving
|
opacity: mainFlickable.moving
|
||||||
interactive: false
|
interactive: false
|
||||||
|
enabled: false
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
OpacityAnimator {
|
OpacityAnimator {
|
||||||
duration: units.longDuration * 2
|
duration: units.longDuration * 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue