mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +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; }
|
else { return %orig; }
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
%hook YTColdConfig
|
||||||
|
- (BOOL)iosEnableFeaturedChannelWatermarkOverlayFix {
|
||||||
|
return IS_ENABLED(@"hideChannelWatermark_enabled") ? NO : %orig;
|
||||||
|
}
|
||||||
|
%end
|
||||||
|
|
||||||
// Hide next and previous buttons
|
// Hide next and previous buttons
|
||||||
%group gHidePreviousAndNextButton
|
%group gHidePreviousAndNextButton
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue