Update Settings.xm

This commit is contained in:
arichornlover 2023-11-29 16:14:30 -06:00 committed by GitHub
parent c2c1f38662
commit e3b4187766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,8 +352,8 @@ extern NSBundle *uYouPlusBundle();
# pragma mark - Video Player Buttons
YTSettingsSectionItem *videoPlayerButtonsGroup = [YTSettingsSectionItemClass itemWithTitle:LOC(@"Video Player Button Options") accessibilityIdentifier:nil detailTextBlock:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
NSArray <YTSettingsSectionItem *> *rows = @[
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide all Button Containers under player (Experimental)")
titleDescription:LOC(@"Hides all Button Containers under the video player.")
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Button Containers under player")
titleDescription:LOC(@"Hides Button Containers under the video player.")
accessibilityIdentifier:nil
switchOn:IsEnabled(@"hideButtonContainers_enabled")
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {