mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-18 19:21:55 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
5e83c4ca98
commit
69dc003517
1 changed files with 2 additions and 2 deletions
|
|
@ -150,11 +150,11 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
||||||
if (self.pageStyle == 0) {
|
if (self.pageStyle == 0) {
|
||||||
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
||||||
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo.png"];
|
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) {
|
} else if (self.pageStyle == 1) {
|
||||||
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
UIImageView *customLogoView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 122, 48)];
|
||||||
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo_dark.png"];
|
customLogoView.image = [UIImage imageWithContentsOfFile:@"/Library/Application Support/uYouPlus.bundle/youtube_logo_dark.png"];
|
||||||
[self.headerView addSubview:customLogoView];
|
[self.logoView addSubview:customLogoView];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue