mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Exclude dock area from drawer dismiss overlay
The click-to-dismiss overlay for the app drawer popup covered the dock, intercepting taps on dock icons. Add a bottom margin equal to the dock height in convergence mode so dock icons remain interactive.
This commit is contained in:
parent
92a9e2714c
commit
55b985bc89
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ Item {
|
|||
// Click-to-dismiss overlay for popup drawer in convergence mode
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
anchors.bottomMargin: ShellSettings.Settings.convergenceModeEnabled ? favouritesBar.height : 0
|
||||
visible: ShellSettings.Settings.convergenceModeEnabled && homeScreenState.appDrawerOpenProgress > 0
|
||||
onClicked: folio.HomeScreenState.closeAppDrawer()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue