diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index a5cdbf6..1f48f0a 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -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