Merge pull request #620 from bhackel/fix/hide-title

Fix hide title
This commit is contained in:
Bryce Hackel 2024-05-11 01:25:30 -07:00 committed by GitHub
commit d893db366a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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