From 7d873944a6bd5663cb540e155edd1aad276fb106 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:33:46 -0500 Subject: [PATCH] Update an option (Settings.xm) --- Settings.xm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Settings.xm b/Settings.xm index ada6b49..f2c3f3e 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1723,12 +1723,12 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Shorts in Channels") - titleDescription:LOC(@"Hides the Shorts shown in YouTube Channels. App restart is required.") + [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Shorts Cells") + titleDescription:LOC(@"Hides the Shorts Cells around the YouTube App. App restart is required.") accessibilityIdentifier:nil - switchOn:IsEnabled(@"hideShortsFromChannel_enabled") + switchOn:IsEnabled(@"hideShortsCells_enabled") switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { - [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideShortsFromChannel_enabled"]; + [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideShortsCells_enabled"]; return YES; } settingItemId:0],