Skip to content

Commit

Permalink
Attempt to fix hide channel watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jan 30, 2024
1 parent f5c7655 commit a30b04a
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 @@ -87,6 +87,11 @@ NSBundle *tweakBundle = uYouPlusBundle();
else { return %orig; }
}
%end
%hook YTColdConfig
- (BOOL)iosEnableFeaturedChannelWatermarkOverlayFix {
return IS_ENABLED(@"hideChannelWatermark_enabled") ? NO : %orig;
}
%end

// Hide next and previous buttons
%group gHidePreviousAndNextButton
Expand Down

0 comments on commit a30b04a

Please sign in to comment.