effects/windowview: correct gesture direction
BUG: 453427
This commit is contained in:
parent
bbe886a083
commit
15a9744979
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
if (m_status == Status::Active) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue