From bdc046b211cca1f5dae288d494312d66bce6143c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:26:15 -0600 Subject: [PATCH] Update Settings.xm --- Settings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.xm b/Settings.xm index f1d8d27..7e87431 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1689,7 +1689,7 @@ 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 - switchOff:@"" + switchOn:@"" switchBlock:^BOOL (YTSettingsCell *cell, BOOL disabled) { [[NSUserDefaults standardUserDefaults] setBool:disabled forKey:@""]; return YES; @@ -1884,7 +1884,7 @@ extern NSBundle *uYouPlusBundle(); [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"enableVersionSpoofer_enabled"]; return YES; } - settingItemId:0], versionSpooferSection]]; + settingItemId:0], versionSpooferSection]; YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"MISCELLANEOUS") pickerSectionTitle:nil rows:rows selectedItemIndex:NSNotFound parentResponder:[self parentResponder]]; [settingsViewController pushViewController:picker]; return YES;