From 42c913af86f25e7d9fbeee78376dbd9dfa61d01f Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:46:09 -0600 Subject: [PATCH] Update Settings.xm --- Settings.xm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Settings.xm b/Settings.xm index 01b892e..afe290e 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1616,16 +1616,6 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Restore the Previous Channel Page") - titleDescription:LOC(@"This will Restore the Previous Channel Page UI that was originally in YouTube v16.xx.x or older. App restart is required.") - accessibilityIdentifier:nil - switchOn:IsEnabled(@"restorePreviousChannelPage_enabled") - switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { - [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"restorePreviousChannelPage_enabled"]; - return YES; - } - settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Disable Modern Buttons") titleDescription:LOC(@"This will remove the new Modern / Chip Buttons in the YouTube App. but not all of them. App restart is required.") accessibilityIdentifier:nil