mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: disable favourite launchers when in app drawer
This commit is contained in:
parent
a2a9384bea
commit
44f701b67b
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ import "private" as Private
|
|||
ContainmentLayoutManager.ItemContainer {
|
||||
id: delegate
|
||||
|
||||
enabled: homeScreenState.currentView === HomeScreenState.PageView
|
||||
|
||||
property var homeScreenState
|
||||
|
||||
z: dragActive ? 1 : 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue