mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Fix option Hide Video Title (in Fullscreen)
This commit is contained in:
parent
ab6101114f
commit
bd619e9424
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ BOOL isAd(YTIElementRenderer *self) {
|
|||
// Hide Video Title (in Fullscreen) - @arichornlover
|
||||
%hook YTMainAppVideoPlayerOverlayView
|
||||
- (BOOL)titleViewHidden {
|
||||
return YES;
|
||||
return IS_ENABLED(@"hideVideoTitle_enabled") ? YES : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue