mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +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
|
%end
|
||||||
|
|
||||||
/* DISABLED
|
|
||||||
// Hide double tap to seek overlay - @arichornlover
|
// Hide double tap to seek overlay - @arichornlover
|
||||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||||
- (void)layoutSubviews {
|
- (void)layoutSubviews {
|
||||||
%orig;
|
%orig;
|
||||||
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
|
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
|
||||||
self._scrimOverlay.backgroundColor = [UIColor clearColor];
|
self.scrimOverlay.backgroundColor = [UIColor clearColor];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
*/
|
|
||||||
|
|
||||||
// Video Controls Overlay Options
|
// Video Controls Overlay Options
|
||||||
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue