Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Dec 29, 2024
1 parent 8a2928b commit 321be9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ NSBundle *tweakBundle = uYouPlusBundle();
%end

// Notifications Tab - @arichornlover & @dayanch96
static UIButton *createBarButtonWithImage(UIImage *image, NSString *accessibilityLabel, NSString *identifier) {
UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
[button setImage:image forState:UIControlStateNormal];
button.accessibilityLabel = accessibilityLabel;
button.accessibilityIdentifier = identifier;
return button;
}
%group gShowNotificationsTab
%hook YTPivotBarView
- (void)setRenderer:(YTIPivotBarRenderer *)renderer {
Expand Down

0 comments on commit 321be9b

Please sign in to comment.