mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Fix pinned row being interactive when app drawer is open
Attempt to fix #191
This commit is contained in:
parent
6099bf491f
commit
5ca4a3665b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ Item {
|
||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
target: favoriteStrip
|
target: favoriteStrip
|
||||||
enabled: homeScreenState.interactive
|
enabled: flickContainer.interactive // only interactive when we flick on homescreen
|
||||||
onTapped: {
|
onTapped: {
|
||||||
//Hides icons close button
|
//Hides icons close button
|
||||||
contents.appletsLayout.appletsLayoutInteracted();
|
contents.appletsLayout.appletsLayoutInteracted();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue