Update uYouPlus.xm

This commit is contained in:
arichorn 2023-09-24 20:04:22 -05:00 committed by GitHub
parent fd1f0cbe00
commit 1986066e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -950,9 +950,6 @@ static void replaceTab(YTIGuideResponse *response) {
}
// YTNoChannelLinks - crash fix for v16.42.3
%hook _ASDisplayView
- (void)didMoveToWindow {
%orig;
if ([self.accessibilityIdentifier isEqualToString:@"eml.channel_header_links"]) {
self.hidden = YES;
self.opaque = YES;