Renamed an option - #155

This commit is contained in:
arichornlover 2023-11-11 16:08:12 -06:00 committed by GitHub
parent fbf66f9031
commit de3d4320e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,8 +284,8 @@ extern NSBundle *uYouPlusBundle();
}
settingItemId:0],
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Videos in Fullscreen")
titleDescription:LOC(@"Hide video player's videos whenever in fullscreen.")
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Suggested Videos in Fullscreen")
titleDescription:LOC(@"Hide video player's suggested videos whenever in fullscreen.")
accessibilityIdentifier:nil
switchOn:IsEnabled(@"noVideosInFullscreen_enabled")
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {