mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Fix “Hide Previous and Next Button” Option
This commit is contained in:
parent
70f6ae01fa
commit
85f0ee206c
1 changed files with 2 additions and 0 deletions
|
|
@ -620,8 +620,10 @@ static NSString *accessGroupID() {
|
|||
// Hide Next & Previous button
|
||||
%group gHidePreviousAndNextButton
|
||||
%hook YTColdConfig
|
||||
- (BOOL)removeNextPaddleForAllVideos { return YES; }
|
||||
- (BOOL)removeNextPaddleForSingletonVideos { return YES; }
|
||||
- (BOOL)removePreviousPaddleForSingletonVideos { 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