Attempt to fix hide channel watermark

This commit is contained in:
Foxster 2024-01-30 12:35:05 -08:00
parent f5c765595c
commit a30b04a503

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