Skip to content

Commit

Permalink
Merge pull request qnblackcat#1296 from therealFoxster/fix-hide-chann…
Browse files Browse the repository at this point in the history
…el-watermark

Fix hide channel watermark
  • Loading branch information
therealFoxster authored Jan 31, 2024
2 parents f5c7655 + a30b04a commit dbc8c08
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 dbc8c08

Please sign in to comment.