mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Disable the button (fixes error.)
I turned it off until there’s a fix.
This commit is contained in:
parent
aca459bdda
commit
94d552e853
1 changed files with 2 additions and 1 deletions
|
|
@ -809,6 +809,7 @@ static NSString *accessGroupID() {
|
|||
}
|
||||
%end
|
||||
|
||||
/* disabled so you guys can compile uYouEnhanced.
|
||||
// uYouPlus Button in Navigation Bar (for Clear Cache and Color Options) - @arichornlover
|
||||
%hook YTRightNavigationButtons
|
||||
%property (retain, nonatomic) YTQTMButton *uYouPlusButton;
|
||||
|
|
@ -867,7 +868,7 @@ static NSString *accessGroupID() {
|
|||
[rootPrefsViewController presentViewController:uYouPlusRootOptionsControllerView animated:YES completion:nil];
|
||||
}
|
||||
%end
|
||||
//
|
||||
*/
|
||||
|
||||
// Hide the (Connect / Share / Remix / Thanks / Download / Clip / Save) Buttons under the Video Player - 17.x.x and up - @arichornlover
|
||||
%hook _ASDisplayView
|
||||
|
|
|
|||
Loading…
Reference in a new issue