mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 14:02:08 +00:00
Disable New Option
I realized having this option in uYouPlusExtra will not work as intended sadly.
This commit is contained in:
parent
d1cd5e68a1
commit
566ad93bf0
1 changed files with 2 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue