mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Fix broken binding
This commit is contained in:
parent
e46381fdb5
commit
6607c8e6a7
1 changed files with 0 additions and 2 deletions
|
|
@ -142,7 +142,6 @@ FocusScope {
|
||||||
|
|
||||||
// make the homescreen not interactable when task switcher or startup feedback is on
|
// make the homescreen not interactable when task switcher or startup feedback is on
|
||||||
interactive: !taskSwitcher.visible && !startupFeedback.visible
|
interactive: !taskSwitcher.visible && !startupFeedback.visible
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// search component
|
// search component
|
||||||
|
|
@ -152,7 +151,6 @@ FocusScope {
|
||||||
|
|
||||||
opacity: root.homeScreenOpacity
|
opacity: root.homeScreenOpacity
|
||||||
visible: openFactor > 0
|
visible: openFactor > 0
|
||||||
onOpenFactorChanged: homescreen.opacity = 1 - openFactor;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue