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 19, 2024
1 parent 83c54de commit 8d4cf0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
%end

// Restore Notifications Pivot Bar Tab - @arichornlover (Inspired by the YTMusicUltimate version - @Dayanch96)
/*
%hook YTPivotBarView
- (void)setRenderer:(YTIPivotBarRenderer *)renderer {
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"kShowNotificationsTab"]) {
Expand Down Expand Up @@ -89,6 +90,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
}
}
%end
*/

// UPDATED VERSION
// Hide the (Connect / Share / Remix / Thanks / Download / Clip / Save / Report) Buttons under the Video Player - 17.33.2 and up - @PoomSmart (inspired by @arichornlover) - METHOD BROKE Server-Side on May 14th 2024
Expand Down

0 comments on commit 8d4cf0e

Please sign in to comment.