mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Fix compile
This commit is contained in:
@@ -292,7 +292,7 @@ static const NSInteger YTLiteSection = 789;
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
// Configuration picker for sensitivity to pick from 0.5 to 2.0 with interval of 0.1
|
// Configuration picker for sensitivity to pick from 0.5 to 2.0 with interval of 0.1
|
||||||
YTSettingsSectionItem *sensitivtyPicker = [YTSettingsSectionItemClass
|
YTSettingsSectionItem *sensitivityPicker = [YTSettingsSectionItemClass
|
||||||
itemWithTitle:LOC(@"Sensitivity (Beta)")
|
itemWithTitle:LOC(@"Sensitivity (Beta)")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
detailTextBlock:^NSString *() {
|
detailTextBlock:^NSString *() {
|
||||||
@@ -322,8 +322,7 @@ static const NSInteger YTLiteSection = 789;
|
|||||||
[settingsViewController pushViewController:picker];
|
[settingsViewController pushViewController:picker];
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
]
|
];
|
||||||
|
|
||||||
|
|
||||||
// High level gestures menu
|
// High level gestures menu
|
||||||
YTSettingsSectionItem *playerGesturesGroup = [YTSettingsSectionItemClass itemWithTitle:LOC(@"Player Gestures (Beta)") accessibilityIdentifier:nil detailTextBlock:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
YTSettingsSectionItem *playerGesturesGroup = [YTSettingsSectionItemClass itemWithTitle:LOC(@"Player Gestures (Beta)") accessibilityIdentifier:nil detailTextBlock:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||||
@@ -332,7 +331,9 @@ static const NSInteger YTLiteSection = 789;
|
|||||||
[YTSettingsSectionItemClass
|
[YTSettingsSectionItemClass
|
||||||
itemWithTitle:nil
|
itemWithTitle:nil
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
detailTextBlock:LOC(@"Configure horizontal pan gestures for the player.")
|
detailTextBlock:^NSString *() {
|
||||||
|
return LOC(@"Configure horizontal pan gestures for the player.");
|
||||||
|
}
|
||||||
selectBlock:nil
|
selectBlock:nil
|
||||||
],
|
],
|
||||||
// Pickers for each gesture section
|
// Pickers for each gesture section
|
||||||
|
Reference in New Issue
Block a user