From 926306be21495dff07485ac8a20c997c478e2e9e Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:38:46 -0500 Subject: [PATCH] Fix Syntax error (uYouPlus.xm) --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 12338ef..2536b20 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -573,7 +573,7 @@ static NSString *accessGroupID() { // Hide double tap to seek overlay - @arichornlover %hook YTInlinePlayerDoubleTapIndicatorView - (CGFloat)circleRadius { - if IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled") { + if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) { return 0; } return %orig;