Update Settings.xm
This commit is contained in:
parent
a03a9fd871
commit
674004faa5
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ extern NSBundle *YTLitePlusBundle();
|
|||
}];
|
||||
[sectionItems addObject:main];
|
||||
|
||||
/*
|
||||
YTSettingsSectionItem *appIcon = [%c(YTSettingsSectionItem)
|
||||
itemWithTitle:LOC(@"CHANGE_APP_ICON")
|
||||
titleDescription:nil
|
||||
|
|
@ -77,6 +78,7 @@ extern NSBundle *YTLitePlusBundle();
|
|||
}
|
||||
];
|
||||
[sectionItems addObject:appIcon];
|
||||
*/
|
||||
|
||||
# pragma mark - Video Controls Overlay Options
|
||||
YTSettingsSectionItem *videoControlOverlayGroup = [YTSettingsSectionItemClass itemWithTitle:LOC(@"VIDEO_CONTROLS_OVERLAY_OPTIONS") accessibilityIdentifier:nil detailTextBlock:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue