update Settings.xm

This commit is contained in:
qnblackcat
2022-08-04 23:20:29 +07:00
parent 0db1e09917
commit 93b7aa9258
+3 -3
View File
@@ -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) {