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
interactive: !taskSwitcher.visible && !startupFeedback.visible
}
// search component
@ -152,7 +151,6 @@ FocusScope {
opacity: root.homeScreenOpacity
visible: openFactor > 0
onOpenFactorChanged: homescreen.opacity = 1 - openFactor;
}
Connections {