From 6afd17689d8ea8c5bc8f172646d5ac4acdfef94a Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:48:38 -0500 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index e3c84fe..6ca3fc6 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -477,7 +477,7 @@ static void replaceTab(YTIGuideResponse *response) { %group gHideSubscriptionsNotificationBadge %hook YTPivotBarIndicatorView - (void)removeFromSuperview { - %orig(YES); + %orig(); } %end %end