mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Merge pull request #1296 from therealFoxster/fix-hide-channel-watermark
Fix hide channel watermark
This commit is contained in:
commit
dbc8c08db1
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue