mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
Show “Change App Icon” Button (Settings.xm)
This commit is contained in:
parent
87151db562
commit
acac562975
1 changed files with 0 additions and 2 deletions
|
|
@ -65,7 +65,6 @@ extern NSBundle *YTLitePlusBundle();
|
|||
}];
|
||||
[sectionItems addObject:main];
|
||||
|
||||
/*
|
||||
YTSettingsSectionItem *appIcon = [%c(YTSettingsSectionItem)
|
||||
itemWithTitle:LOC(@"CHANGE_APP_ICON")
|
||||
titleDescription:nil
|
||||
|
|
@ -78,7 +77,6 @@ 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