mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Fix Syntax error (uYouPlus.xm)
This commit is contained in:
parent
6021e0c0ac
commit
926306be21
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue