From bc7d52e5c17118a8ba6793e9c115e99d1684218d Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:38:03 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index e122538563..a69a6f0130 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -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