Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Dec 26, 2024
1 parent 255ecd7 commit ac83180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ NSBundle *tweakBundle = uYouPlusBundle();
[barSupport setPivotBarItemRenderer:itemBar];

[renderer.itemsArray addObject:barSupport];

YTBadgedView *badgedView = [[%c(YTBadgedView) alloc] init];
[badgedView setLabel:@"10" accessibilityLabel:@"unseen items"];
[badgedView updateColors]; [badgedView addBorderLayer];
[self setValue:badgedView forKey:@"pivotBarIndicator"];
} @catch (NSException *exception) {
NSLog(@"Error setting renderer: %@", exception.reason);
}
Expand Down

0 comments on commit ac83180

Please sign in to comment.