diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index f7ad2ef..d668ebb 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -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"];