Fix duplicate line (uYouPlus.xm)

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-23 18:16:34 -06:00 committed by GitHub
parent f984595077
commit 64151b31f0
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:YTIconTypeNOTIFICATIONS];
[icon setIconType:NOTIFICATIONS];
[itemBar setNavigationEndpoint:command];
YTIFormattedString *formatString = [%c(YTIFormattedString) formattedStringWithString:@"Notifications"];