From 80f45d8c97b765aafc4977cf02723f4c6a996368 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 29 Jul 2023 20:12:02 -0500 Subject: [PATCH] Update an Option --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 17b9b2a..5abde3e 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -812,7 +812,7 @@ static void replaceTab(YTIGuideResponse *response) { %end %hook YTPivotBarIndicatorView -- (void)setHidden:(BOOL)hidden { +- (void)removeFromSuperview { if (IsEnabled(@"hideSubscriptionsNotificationBadge_enabled")) { %orig(YES); } else {