Fix “Disable animated YouTube Logo” Option

“YTHeaderLogoController” was renamed to “YTHeaderLogoControllerImpl”
This commit is contained in:
aricloverEXALT 2025-01-07 00:48:55 -06:00 committed by GitHub
parent 16cfe923f1
commit c421c86843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -755,7 +755,7 @@ static NSMutableArray <YTIItemSectionRenderer *> *filteredArray(NSArray <YTIItem
%end
// Disable animated YouTube Logo - @bhackel
%hook YTHeaderLogoController
%hook YTHeaderLogoControllerImpl // originally was "YTHeaderLogoController"
- (void)configureYoodleNitrateController {
if (IS_ENABLED(kDisableAnimatedYouTubeLogo)) {
return;