Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-04-01 12:47:07 -05:00 committed by GitHub
parent 0c09519e79
commit ddec93fa5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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