From 4db61894516729e30d648a2692469a210f3fc026 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sun, 3 Dec 2023 02:43:08 -0600 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 5523247..3e00ab6 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -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")) {}