Update uYouPlus.xm

This commit is contained in:
arichorn 2023-07-29 21:48:38 -05:00 committed by GitHub
parent 83ed531380
commit 6afd17689d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,7 +477,7 @@ static void replaceTab(YTIGuideResponse *response) {
%group gHideSubscriptionsNotificationBadge
%hook YTPivotBarIndicatorView
- (void)removeFromSuperview {
%orig(YES);
%orig();
}
%end
%end