mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-14 09:10:25 +00:00
commit
d893db366a
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