From 16cfe923f17c32bfe6a8f2529fa896a0fa45e21f Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:01:56 -0600 Subject: [PATCH] Fix Notifications Icon (uYouPlus.xm) YouTubeHeader creator PoomSmart changed it from NOTIFICATIONS To YT_NOTIFICATIONS. This is a quick fix. --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index d668ebb..373c871 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:NOTIFICATIONS]; + [icon setIconType:YT_NOTIFICATIONS]; [itemBar setNavigationEndpoint:command]; YTIFormattedString *formatString = [%c(YTIFormattedString) formattedStringWithString:@"Notifications"];