kwin/mobiletaskswither: remove the touchpad gesture

It conflicts with a hardcoded gesture in KWin
This commit is contained in:
Xaver Hugl 2024-02-13 17:53:27 +01:00
parent 448c06c03e
commit a6158d7ba6

View file

@ -20,7 +20,6 @@ MobileTaskSwitcherEffect::MobileTaskSwitcherEffect()
, m_shutdownTimer{new QTimer{this}}
{
auto gesture = new EffectTogglableGesture{m_taskSwitcherState};
gesture->addTouchpadSwipeGesture(SwipeDirection::Up, 3);
gesture->addTouchscreenSwipeGesture(SwipeDirection::Up, 1);
connect(m_taskSwitcherState, &EffectTogglableState::inProgressChanged, this, &MobileTaskSwitcherEffect::gestureInProgressChanged);