Fix hide title

This commit is contained in:
Bryce Hackel 2024-05-11 01:08:08 -07:00
parent 75dad7ffb9
commit d07e5977a7
No known key found for this signature in database
GPG key ID: F031960F08455E88

View file

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