effects/windowview: correct gesture direction

BUG: 453427
This commit is contained in:
Xaver Hugl 2022-05-06 02:26:29 +02:00
parent bbe886a083
commit 15a9744979

View file

@ -108,7 +108,7 @@ WindowViewEffect::WindowViewEffect()
}
});
effects->registerRealtimeTouchpadSwipeShortcut(SwipeDirection::Up, 4, m_realtimeToggleAction, [this](qreal progress) {
effects->registerRealtimeTouchpadSwipeShortcut(SwipeDirection::Down, 4, m_realtimeToggleAction, [this](qreal progress) {
if (m_status == Status::Active) {
return;
}