mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-05 08:39:45 +00:00
Test using removeNextPaddleForAllVideos
This commit is contained in:
parent
70f6ae01fa
commit
597f5c2085
1 changed files with 2 additions and 0 deletions
|
|
@ -622,6 +622,8 @@ static NSString *accessGroupID() {
|
|||
%hook YTColdConfig
|
||||
- (BOOL)removeNextPaddleForSingletonVideos { return YES; }
|
||||
- (BOOL)removePreviousPaddleForSingletonVideos { return YES; }
|
||||
- (BOOL)removeNextPaddleForAllVideos { return YES; }
|
||||
- (BOOL)removePreviousPaddleForAllVideos { return YES; }
|
||||
%end
|
||||
|
||||
// %hook YTMainAppControlsOverlayView // this is only used for v16.xx.x (issues if using with YouTube v17.xx.x up to latest)
|
||||
|
|
|
|||
Loading…
Reference in a new issue