From 8d4cf0e6a36a35806154774f291d653d3d6cfb89 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:03:00 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 15dfddbd6d..a11cf3bfbc 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -42,6 +42,7 @@ NSBundle *tweakBundle = uYouPlusBundle(); %end // Restore Notifications Pivot Bar Tab - @arichornlover (Inspired by the YTMusicUltimate version - @Dayanch96) +/* %hook YTPivotBarView - (void)setRenderer:(YTIPivotBarRenderer *)renderer { if ([[NSUserDefaults standardUserDefaults] boolForKey:@"kShowNotificationsTab"]) { @@ -89,6 +90,7 @@ NSBundle *tweakBundle = uYouPlusBundle(); } } %end +*/ // UPDATED VERSION // Hide the (Connect / Share / Remix / Thanks / Download / Clip / Save / Report) Buttons under the Video Player - 17.33.2 and up - @PoomSmart (inspired by @arichornlover) - METHOD BROKE Server-Side on May 14th 2024