Removed Shadow Overlay Buttons Option
Option is only remove in this branch because this DOESN'T work on v16.42.3 of YouTube.
This commit is contained in:
parent
be8c68e317
commit
c388b6fcf4
1 changed files with 0 additions and 10 deletions
10
Settings.xm
10
Settings.xm
|
|
@ -160,16 +160,6 @@ extern NSBundle *uYouPlusBundle();
|
|||
return YES;
|
||||
}
|
||||
settingItemId:0],
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Shadow Overlay Buttons")
|
||||
titleDescription:LOC(@"Hide the Shadow Overlay on the Play/Pause, Previous & Next Buttons")
|
||||
accessibilityIdentifier:nil
|
||||
switchOn:IsEnabled(@"hideVideoPlayerShadowOverlayButtons_enabled")
|
||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideVideoPlayerShadowOverlayButtons_enabled"];
|
||||
return YES;
|
||||
}
|
||||
settingItemId:0],
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_PREVIOUS_AND_NEXT_BUTTON")
|
||||
titleDescription:LOC(@"HIDE_PREVIOUS_AND_NEXT_BUTTON_DESC")
|
||||
|
|
|
|||
Loading…
Reference in a new issue