From ddec93fa5d570c3ff427eec074cd95ab07a9aa6e Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:47:07 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index cd31e20..09f5b33 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -501,6 +501,7 @@ BOOL isAd(YTIElementRenderer *self) { %end %end +/* This is disabled due to "self.enableSnapToChapter" not existing. // Disable snap to chapter %hook YTSegmentableInlinePlayerBarView - (void)didMoveToWindow { @@ -510,6 +511,7 @@ BOOL isAd(YTIElementRenderer *self) { } } %end +*/ // Disable Pinch to zoom %hook YTColdConfig