From ad33154c18492a48bad66cb20284fe27f3f354da Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:32:08 -0600 Subject: [PATCH] Update Settings.xm --- Settings.xm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Settings.xm b/Settings.xm index 7e87431..a005d1b 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1689,12 +1689,11 @@ extern NSBundle *uYouPlusBundle(); [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"YouTube Logo Customizer") titleDescription:LOC(@"Press this to change and select your perferred YouTube Logo. App restart is required.") accessibilityIdentifier:nil - switchOn:@"" switchBlock:^BOOL (YTSettingsCell *cell, BOOL disabled) { [[NSUserDefaults standardUserDefaults] setBool:disabled forKey:@""]; return YES; } - settingItemId:0], youtubeLogoSection]; + settingItemId:1], youtubeLogoSection]; [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"ENABLE_YT_STARTUP_ANIMATION") titleDescription:LOC(@"ENABLE_YT_STARTUP_ANIMATION_DESC")