mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 02:04:45 +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 {
|
ContainmentLayoutManager.ItemContainer {
|
||||||
id: delegate
|
id: delegate
|
||||||
|
|
||||||
|
enabled: homeScreenState.currentView === HomeScreenState.PageView
|
||||||
|
|
||||||
property var homeScreenState
|
property var homeScreenState
|
||||||
|
|
||||||
z: dragActive ? 1 : 0
|
z: dragActive ? 1 : 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue