homescreen: Fix broken binding

This commit is contained in:
Devin Lin 2022-01-03 01:14:17 -05:00
parent e46381fdb5
commit 6607c8e6a7

View file

@ -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 {