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:
arichornlover 2023-11-15 16:09:36 -06:00 committed by GitHub
parent 52249ae259
commit 1b8edc7818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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