mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +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"];
|
||||
UIImage *image = [UIImage imageWithContentsOfFile:imagePath];
|
||||
image = [%c(QTMIcon) tintImage:image color:iconColor];
|
||||
return type == 1 ? image : %orig;
|
||||
return type == YT_NOTIFICATIONS ? image : %orig;
|
||||
}
|
||||
%end
|
||||
%hook YTPivotBarView
|
||||
|
|
|
|||
Loading…
Reference in a new issue