Disable the button (fixes error.)

I turned it off until there’s a fix.
This commit is contained in:
arichornlover 2024-02-20 16:23:45 -06:00 committed by GitHub
parent aca459bdda
commit 94d552e853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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