mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Reset app drawer position when opened
This commit is contained in:
parent
db29d4b236
commit
dd3303818b
1 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ QtObject {
|
|||
currentSwipeState = HomeScreenState.SwipingAppDrawerVisibility;
|
||||
xDetermineSwipePosition = 0;
|
||||
yDetermineSwipePosition = 0;
|
||||
|
||||
// reset app drawer position to top
|
||||
appDrawerFlickable.contentY = 0;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue