mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Add classic Seek Anywhere gesture
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user