Skip to content

Commit

Permalink
Fix Syntax error (uYouPlus.xm)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Mar 11, 2024
1 parent 6021e0c commit 926306b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 926306b

Please sign in to comment.