Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-11-29 17:28:03 -06:00 committed by GitHub
parent a98cc7ad40
commit b6356182d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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