mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
folio/appdrawer: fix app drawer button behaviour
This commit is contained in:
parent
eec2ddcbc8
commit
83d63a2e3a
1 changed files with 4 additions and 1 deletions
|
|
@ -112,7 +112,10 @@ Item {
|
|||
}
|
||||
factor: root.openFactor
|
||||
flickable: view
|
||||
onOpenRequested: homeScreenState.openAppDrawer();
|
||||
onOpenRequested: {
|
||||
contentItem.positionViewAtBeginning();
|
||||
homeScreenState.openAppDrawer();
|
||||
}
|
||||
onCloseRequested: homeScreenState.closeAppDrawer();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue