fix: remove TrackpadTwoFingerDoubleTapGesture (boolean type)

This commit is contained in:
mikl 2026-07-01 13:42:18 +03:00
parent 47a4d83fce
commit b2e3092c2e

View file

@ -90,7 +90,6 @@
TrackpadPinch = true; TrackpadPinch = true;
TrackpadRotate = true; TrackpadRotate = true;
TrackpadThreeFingerTapGesture = 0; TrackpadThreeFingerTapGesture = 0;
TrackpadTwoFingerDoubleTapGesture = 1;
TrackpadTwoFingerFromRightEdgeSwipeGesture = 3; TrackpadTwoFingerFromRightEdgeSwipeGesture = 3;
TrackpadThreeFingerVertSwipeGesture = 2; TrackpadThreeFingerVertSwipeGesture = 2;
TrackpadFourFingerHorizSwipeGesture = 2; TrackpadFourFingerHorizSwipeGesture = 2;