mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Renamed an option - #155
This commit is contained in:
parent
fbf66f9031
commit
de3d4320e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue