From 93b7aa92587ab0e7396ef00ac13a910b23cf1757 Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Thu, 4 Aug 2022 23:20:29 +0700 Subject: [PATCH] update Settings.xm --- Settings.xm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Settings.xm b/Settings.xm index f731f7d..b1ac918 100644 --- a/Settings.xm +++ b/Settings.xm @@ -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) {