Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-12-03 02:43:08 -06:00 committed by GitHub
parent 2a0ed287b5
commit 4db6189451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,12 @@ static NSString *accessGroupID() {
- (BOOL)disableAfmaIdfaCollection { return NO; }
%end
%hook YTRightNavigationButtons
- (void)setDynamicButtons:(id)buttons {
%orig(YES);
}
%end
// Reposition "Create" Tab to the Center in the Pivot Bar - qnblackcat/uYouPlus#107
/*
static void repositionCreateTab(YTIGuideResponse *response) {
@ -871,8 +877,7 @@ static void replaceTab(YTIGuideResponse *response) {
}
%end
// Hide Channel Watermark
// Hide Channel Watermark (for Backwards Compatibility)
// Hide Channel Watermark - Deprecated Version
%hook YTAnnotationsViewController
- (void)loadFeaturedChannelWatermark {
if (IsEnabled(@"hideChannelWatermark_enabled")) {}