Removed an option

I removed this because it will completely crash the app. I suck at trying to implement something like this.
This commit is contained in:
arichornlover 2023-11-26 17:18:58 -06:00 committed by GitHub
parent 66191f3edf
commit 8ae42fef4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <YTSettingsSectionItem *> *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