mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Updated uYouPlusExtra Logo hook
I realized that the hook somehow got spelled incorrectly. So it’s now `YTLogoHeaderController` to `YTHeaderLogoController`
This commit is contained in:
parent
52249ae259
commit
1b8edc7818
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue