From 1b8edc7818ae12567e0509f9a8157459adcb88e0 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:09:36 -0600 Subject: [PATCH] Updated `uYouPlusExtra Logo` hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I realized that the hook somehow got spelled incorrectly. So it’s now `YTLogoHeaderController` to `YTHeaderLogoController` --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index da28957..2a3265b 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -144,7 +144,7 @@ static void repositionCreateTab(YTIGuideResponse *response) { // uYouPlusExtra Logo - #183 %group gDefaultYouTubeLogo -%hook YTLogoHeaderViewController +%hook YTHeaderLogoController - (void)setLogoView:(id)logoView { if ([logoView isKindOfClass:[UIImageView class]]) { UIImageView *imageView = (UIImageView *)logoView;