mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 18:12:06 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
fd1f0cbe00
commit
1986066e06
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue