mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update an Option
This commit is contained in:
parent
dfc6cce94c
commit
80f45d8c97
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue