mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-15 12:13:07 +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
|
%end
|
||||||
|
|
||||||
// Hide Video Title (in Fullscreen) - @arichornlover
|
// Hide Video Title (in Fullscreen) - @arichornlover
|
||||||
%hook YTMainAppVideoPlayerOverlayView
|
%hook YTMainAppControlsOverlayView
|
||||||
- (BOOL)titleViewHidden {
|
- (BOOL)titleViewHidden {
|
||||||
return IS_ENABLED(@"hideVideoTitle_enabled") ? YES : %orig;
|
return IS_ENABLED(@"hideVideoTitle_enabled") ? YES : %orig;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue