Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-11-25 18:27:44 -06:00 committed by GitHub
parent 5e83c4ca98
commit 69dc003517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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