mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Temporary Disable “Hide double tap to seek overlay”
To prevent the app from crashing, it will be turned off for a bit until I find a better implementation.
This commit is contained in:
parent
609cc5561d
commit
5cd7dbffef
1 changed files with 2 additions and 0 deletions
|
|
@ -570,6 +570,7 @@ static NSString *accessGroupID() {
|
|||
}
|
||||
%end
|
||||
|
||||
/* DISABLED
|
||||
// Hide double tap to seek overlay - @arichornlover
|
||||
%hook YTInlinePlayerDoubleTapIndicatorView
|
||||
- (void)layoutSubviews {
|
||||
|
|
@ -579,6 +580,7 @@ static NSString *accessGroupID() {
|
|||
}
|
||||
}
|
||||
%end
|
||||
*/
|
||||
|
||||
// Video Controls Overlay Options
|
||||
// Hide CC / Hide Autoplay switch / Hide YTMusic Button / Enable Share Button / Enable Save to Playlist Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue