Add classic Seek Anywhere gesture

This commit is contained in:
Bryce Hackel
2024-07-02 22:37:32 -07:00
parent 8a79f37aba
commit 172154a836
15 changed files with 47 additions and 0 deletions

View File

@@ -440,6 +440,13 @@ static NSData *cellDividerData = nil;
}
%end
// Seek anywhere gesture - @bhackel
%hook YTColdConfig
- (BOOL)speedMasterArm2FastForwardWithoutSeekBySliding {
return IsEnabled(@"seekAnywhere_enabled") ? NO : %orig;
}
%end
// BigYTMiniPlayer: https://github.com/Galactic-Dev/BigYTMiniPlayer
%group Main
%hook YTWatchMiniBarView