mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
10640d6388
commit
bc7d52e5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ static BOOL useInboxStyle() {
|
||||||
NSString *imagePath = [tweakBundle pathForResource:imageName ofType:@"png" inDirectory:@"UI"];
|
NSString *imagePath = [tweakBundle pathForResource:imageName ofType:@"png" inDirectory:@"UI"];
|
||||||
UIImage *image = [UIImage imageWithContentsOfFile:imagePath];
|
UIImage *image = [UIImage imageWithContentsOfFile:imagePath];
|
||||||
image = [%c(QTMIcon) tintImage:image color:iconColor];
|
image = [%c(QTMIcon) tintImage:image color:iconColor];
|
||||||
return type == 1 ? image : %orig;
|
return type == YT_NOTIFICATIONS ? image : %orig;
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%hook YTPivotBarView
|
%hook YTPivotBarView
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue