mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +00:00
homescreens/halcyon: avoid double direction dragging
This commit is contained in:
parent
bd8de03230
commit
f647e12f25
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ Item {
|
||||||
id: favoritesView
|
id: favoritesView
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
searchWidget: root.searchWidget
|
searchWidget: root.searchWidget
|
||||||
interactive: root.interactive
|
interactive: root.interactive && swipeView.contentItem.contentX === 0
|
||||||
onOpenConfigureRequested: root.openConfigure()
|
onOpenConfigureRequested: root.openConfigure()
|
||||||
|
|
||||||
onPageForwardRequested: {
|
onPageForwardRequested: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue