Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Jan 12, 2025
1 parent 10640d6 commit bc7d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc7d52e

Please sign in to comment.