Fix Syntax error (uYouPlus.xm)

This commit is contained in:
arichornlover 2024-03-11 00:38:46 -05:00 committed by GitHub
parent 6021e0c0ac
commit 926306be21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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