From 8ae42fef4d758149901b7eba6d67b61602ae000e Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:18:58 -0600 Subject: [PATCH] Removed an option I removed this because it will completely crash the app. I suck at trying to implement something like this. --- Settings.xm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Settings.xm b/Settings.xm index 7da4047..2295a92 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1632,16 +1632,6 @@ extern NSBundle *uYouPlusBundle(); # pragma mark - Miscellaneous YTSettingsSectionItem *miscellaneousGroup = [YTSettingsSectionItemClass itemWithTitle:LOC(@"MISCELLANEOUS") accessibilityIdentifier:nil detailTextBlock:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) { NSArray *rows = @[ - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"uYouPlusExtra Logo") - titleDescription:LOC(@"Toggle this to replace the YouTube Logo with the uYouPlusExtra Logo. App restart is required.") - accessibilityIdentifier:nil - switchOn:IsEnabled(@"customYouTubeLogo_enabled") - switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { - [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"customYouTubeLogo_enabled"]; - return YES; - } - settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"YouTube Premium Logo") titleDescription:LOC(@"Toggle this to use the official YouTube Premium Logo. App restart is required.") accessibilityIdentifier:nil