From 69dc00351728504db6d5f0357968fe3888d3e40c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sat, 25 Nov 2023 18:27:44 -0600 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 71f3049..5721908 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -150,11 +150,11 @@ static void repositionCreateTab(YTIGuideResponse *response) { if (self.pageStyle == 0) { UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)]; customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo.png"]; - [self.headerView addSubview:customLogoView]; + [self.logoView addSubview:customLogoView]; } else if (self.pageStyle == 1) { UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)]; customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo_dark.png"]; - [self.headerView addSubview:customLogoView]; + [self.logoView addSubview:customLogoView]; } } %end