mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fix “Disable animated YouTube Logo” Option
“YTHeaderLogoController” was renamed to “YTHeaderLogoControllerImpl”
This commit is contained in:
parent
16cfe923f1
commit
c421c86843
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue