From 64151b31f0a61356593fbe80edb4df2869996f58 Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:16:34 -0600 Subject: [PATCH] Fix duplicate line (uYouPlus.xm) --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];