mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-14 09:10:25 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
416dfec969
commit
bc9446812b
1 changed files with 3 additions and 3 deletions
|
|
@ -1479,10 +1479,10 @@ static int contrastMode() {
|
|||
|
||||
// Red Subscribe Button - 17.33.2 and up - @arichornlover
|
||||
%hook ELMContainerNode
|
||||
- (void)setBackgroundColor:(id)color {
|
||||
- (void)setBackgroundColor:(UIColor *)color {
|
||||
NSString *description = [self description];
|
||||
if (IS_ENABLED(kRedSubscribeButton)) {
|
||||
if ([description containsString:@"eml.compact_subscribe_button"]) {
|
||||
if ([description containsString:@"eml.compact_subscribe_button"]) {
|
||||
if (IS_ENABLED(@"kRedSubscribeButton")) {
|
||||
color = [UIColor redColor];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue