mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix hide title
This commit is contained in:
parent
75dad7ffb9
commit
d07e5977a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue