+ Enabled Feedback Observation mode Three-Finger-Tap

This commit is contained in:
moritz haarmann
2014-05-05 11:01:45 +02:00
parent e7635a9f85
commit 9fd79bc79f
2 changed files with 44 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
* Feedback compose will open with a generated screenshot if the screen is tapped
* three fingers for three seconds.
*/
BITFeedbackObservationModeThreeFingersThreeSeconds = 2
BITFeedbackObservationModeThreeFingerTap = 2
};