Skip to content

Commit

Permalink
Update Settings.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Sep 9, 2023
1 parent 2d14d07 commit fe4227a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Settings.xm
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ extern NSBundle *YouTubeRebornPlusBundle();
[settingsViewController pushViewController:picker];
return YES;
}];
[sectionItems addObject:lowContrastModeSection];

# pragma mark - VersionSpoofer
YTSettingsSectionItem *versionSpooferSection = [YTSettingsSectionItemClass itemWithTitle:LOC(@"VERSION_SPOOFER_TITLE")
Expand Down Expand Up @@ -1394,8 +1393,7 @@ extern NSBundle *YouTubeRebornPlusBundle();
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"lowContrastMode_enabled"];
return YES;
}
settingItemId:0]
];
settingItemId:0], lowContrastModeSection];
YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"THEME_OPTIONS") pickerSectionTitle:nil rows:rows selectedItemIndex:GetSelection(@"appTheme") parentResponder:[self parentResponder]];
[settingsViewController pushViewController:picker];
return YES;
Expand Down

0 comments on commit fe4227a

Please sign in to comment.