Update uYouPlus.xm

This commit is contained in:
aricloverEXALT 2025-01-12 04:38:03 -06:00 committed by GitHub
parent 10640d6388
commit bc7d52e5c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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