Update an Option

This commit is contained in:
arichorn 2023-07-29 20:12:02 -05:00 committed by GitHub
parent dfc6cce94c
commit 80f45d8c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {