Fix Option Name
This commit is contained in:
parent
525fd8cb4d
commit
7109d20eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
// Disable Double Tap to Skip (Legacy Version)
|
||||
%hook YTDoubleTapToSeekController
|
||||
- (void)enableDoubleTapToSeek:(BOOL)arg1 {
|
||||
return IsEnabled(@"disableDoubleTapToSkipLegacy_disabled") ? %orig(NO) : %orig;
|
||||
return IsEnabled(@"disableDoubleTapToSkipLegacy_enabled") ? %orig(NO) : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue