From d07e5977a7c88edabc2f34fe8204947e968411c1 Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Sat, 11 May 2024 01:08:08 -0700 Subject: [PATCH] Fix hide title --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 23f4e62..6c4b1cb 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1035,7 +1035,7 @@ NSData *cellDividerData; %end // Hide Video Title (in Fullscreen) - @arichornlover -%hook YTMainAppVideoPlayerOverlayView +%hook YTMainAppControlsOverlayView - (BOOL)titleViewHidden { return IS_ENABLED(@"hideVideoTitle_enabled") ? YES : %orig; }