Fix Notifications Icon (uYouPlus.xm)

YouTubeHeader creator PoomSmart changed it from NOTIFICATIONS To YT_NOTIFICATIONS. This is a quick fix.
This commit is contained in:
aricloverEXALT 2025-01-06 19:01:56 -06:00 committed by GitHub
parent 0ad827e416
commit 16cfe923f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
YTIPivotBarItemRenderer *itemBar = [[%c(YTIPivotBarItemRenderer) alloc] init];
[itemBar setPivotIdentifier:@"FEnotifications_inbox"];
YTIIcon *icon = [itemBar icon];
[icon setIconType:NOTIFICATIONS];
[icon setIconType:YT_NOTIFICATIONS];
[itemBar setNavigationEndpoint:command];
YTIFormattedString *formatString = [%c(YTIFormattedString) formattedStringWithString:@"Notifications"];