Slide to seek

This commit is contained in:
qnblackcat
2024-01-24 17:08:47 +07:00
parent f08e390beb
commit 2f6d431b63
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -19,6 +19,12 @@ NSBundle *tweakBundle = uYouPlusBundle();
// See uYouPlusThemes.xm
# pragma mark - Video player options
// Bring back Slide to seek - https://github.com/PoomSmart/YTABConfig/discussions/95#discussioncomment-8166019
%hook YTColdConfig
- (BOOL)speedMasterArm2FastForwardWithoutSeekBySliding {
return IS_ENABLED(@"slideToSeek_enabled") ? NO : %orig;
}
%end
// Disable double tap to seek
%hook YTDoubleTapToSeekController