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:
arichornlover 2024-03-17 20:01:37 -05:00 committed by GitHub
parent 609cc5561d
commit 5cd7dbffef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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