Disable New Option

I realized having this option in uYouPlusExtra will not work as intended sadly.
This commit is contained in:
arichorn 2023-09-21 18:32:50 -05:00 committed by GitHub
parent d1cd5e68a1
commit 566ad93bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1641,6 +1641,7 @@ extern NSBundle *uYouPlusBundle();
}
settingItemId:0],
/*
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the Download Button under player")
titleDescription:LOC(@"Hides the Download Button below the player.")
accessibilityIdentifier:nil
@ -1650,6 +1651,7 @@ extern NSBundle *uYouPlusBundle();
return YES;
}
settingItemId:0],
*/
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the comment section under player")
titleDescription:LOC(@"Hides the Comment Section below the player.")