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