mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Remove YTNoSuggestedVideo
This commit is contained in:
@@ -444,16 +444,6 @@ static NSData *cellDividerData = nil;
|
||||
}
|
||||
%end
|
||||
|
||||
// YTNoSuggestedVideo - https://github.com/bhackel/YTNoSuggestedVideo
|
||||
%hook YTMainAppVideoPlayerOverlayViewController
|
||||
- (bool)shouldShowAutonavEndscreen {
|
||||
if (IsEnabled(@"noSuggestedVideo_enabled")) {
|
||||
return false;
|
||||
}
|
||||
return %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Seek anywhere gesture - @bhackel
|
||||
%hook YTColdConfig
|
||||
- (BOOL)speedMasterArm2FastForwardWithoutSeekBySliding {
|
||||
|
Reference in New Issue
Block a user