Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-04-04 10:09:33 -05:00 committed by GitHub
parent f56fec1c09
commit c59cdfca54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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