Merge pull request #1296 from therealFoxster/fix-hide-channel-watermark

Fix hide channel watermark
This commit is contained in:
Foxster 2024-01-30 23:12:24 -08:00 committed by GitHub
commit dbc8c08db1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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