mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +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
|
// Hide double tap to seek overlay - @arichornlover
|
||||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||||
- (CGFloat)circleRadius {
|
- (CGFloat)circleRadius {
|
||||||
if IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled") {
|
if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return %orig;
|
return %orig;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue