mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-06 09:39:34 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
60d80697e2
commit
2262d1486b
1 changed files with 6 additions and 6 deletions
|
|
@ -704,12 +704,12 @@ static NSString *accessGroupID() {
|
|||
%end
|
||||
|
||||
// Replace Next & Previous button with Fast forward & Rewind button
|
||||
%group gReplacePreviousAndNextButton
|
||||
%hook YTColdConfig
|
||||
- (BOOL)replaceNextPaddleWithFastForwardButtonForSingletonVods { return YES; }
|
||||
- (BOOL)replacePreviousPaddleWithRewindButtonForSingletonVods { return YES; }
|
||||
%end
|
||||
%end
|
||||
// %group gReplacePreviousAndNextButton
|
||||
// %hook YTColdConfig
|
||||
// - (BOOL)replaceNextPaddleWithFastForwardButtonForSingletonVods { return YES; }
|
||||
// - (BOOL)replacePreviousPaddleWithRewindButtonForSingletonVods { return YES; }
|
||||
// %end
|
||||
// %end
|
||||
|
||||
// Hide Shadow Overlay Buttons (Play/Pause, Next, previous, Fast forward & Rewind buttons)
|
||||
%group gHideVideoPlayerShadowOverlayButtons
|
||||
|
|
|
|||
Loading…
Reference in a new issue