mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
this implementation is hard.
I’m sorry for multiple changed y’all, I keep changing how this works so it’ll hide the containers. I’m just not that good at this.
This commit is contained in:
parent
2251049401
commit
1d61542513
1 changed files with 7 additions and 6 deletions
13
uYouPlus.xm
13
uYouPlus.xm
|
|
@ -1134,12 +1134,13 @@ if ([displayView isKindOfClass:NSClassFromString(@"_ASDisplayView")]) {
|
|||
[accessibilityLabel isEqualToString:@"Thanks"] ||
|
||||
[accessibilityIdentifier isEqualToString:@"id.ui.add_to.offline.button"] ||
|
||||
[accessibilityLabel isEqualToString:@"Clip"] ||
|
||||
[accessibilityLabel isEqualToString:@"Save to playlist"]) {
|
||||
clearcolor = [UIColor clearColor];
|
||||
}
|
||||
%orig(clearcolor);
|
||||
} else {
|
||||
%orig(clearcolor);
|
||||
[accessibilityLabel isEqualToString:@"Save to playlist"]) {clearcolor = [UIColor clearColor];
|
||||
}
|
||||
clearcolor = [UIColor clearColor];
|
||||
}
|
||||
%orig(clearcolor);
|
||||
} else {
|
||||
%orig(clearcolor);
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue