Update uYouPlus.xm
This commit is contained in:
parent
a98cc7ad40
commit
b6356182d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1084,7 +1084,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
%group gRedSubscribeButton
|
||||
%hook ELMContainerNode
|
||||
- (void)setBackgroundColor:(id)color {
|
||||
if ([self.accessibilityIdentifier isEqualToString:@"eml.compact_subscribe_button"] || {
|
||||
if ([self.accessibilityIdentifier isEqualToString:@"eml.compact_subscribe_button"]) {
|
||||
color = [UIColor redColor];
|
||||
}
|
||||
%orig(color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue