mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
f56fec1c09
commit
c59cdfca54
1 changed files with 1 additions and 3 deletions
|
|
@ -622,17 +622,15 @@ BOOL isAd(YTIElementRenderer *self) {
|
|||
}
|
||||
%end
|
||||
|
||||
/* DISABLED
|
||||
// Hide double tap to seek overlay - @arichornlover
|
||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||
- (void)layoutSubviews {
|
||||
%orig;
|
||||
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
|
||||
self._scrimOverlay.backgroundColor = [UIColor clearColor];
|
||||
self.scrimOverlay.backgroundColor = [UIColor clearColor];
|
||||
}
|
||||
}
|
||||
%end
|
||||
*/
|
||||
|
||||
// Video Controls Overlay Options
|
||||
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue