update Settings.xm
This commit is contained in:
+3
-3
@@ -42,9 +42,9 @@ extern BOOL hidePaidPromotionCard();
|
|||||||
YTSettingsViewController *delegate = [self valueForKey:@"_dataDelegate"];
|
YTSettingsViewController *delegate = [self valueForKey:@"_dataDelegate"];
|
||||||
NSBundle *tweakBundle = uYouPlusBundle();
|
NSBundle *tweakBundle = uYouPlusBundle();
|
||||||
|
|
||||||
YTSettingsSectionItem *killApp = [%c(YTSettingsSectionItem)
|
YTSettingsSectionItem *killApp = [%c(YTSettingsSectionItem) // https://github.com/PoomSmart/YTABConfig/blob/b74d7f28151c407cffc21cce12908c49e9e65999/Tweak.x#L76
|
||||||
itemWithTitle:LOC(@"KILL_YOUTUBE")
|
itemWithTitle:LOC(@"KILL_APP")
|
||||||
titleDescription:LOC(@"KILL_YOUTUBE_DESC")
|
titleDescription:LOC(@"KILL_APP_DESC")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
detailTextBlock:nil
|
detailTextBlock:nil
|
||||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user