kwin/mobiletaskswitcher: Fix typo

This commit is contained in:
Devin Lin 2023-11-15 22:43:17 -08:00
parent de996b917c
commit 1e2a887c42

View file

@ -107,7 +107,7 @@ FocusScope {
target: root.effect target: root.effect
function onPartialActivationFactorChanged() { function onPartialActivationFactorChanged() {
taskSwitcherState.positionY = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor; taskSwitcherState.yPosition = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor;
} }
function onGestureInProgressChanged() { function onGestureInProgressChanged() {