mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +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
|
%end
|
||||||
|
|
||||||
// Disable animated YouTube Logo - @bhackel
|
// Disable animated YouTube Logo - @bhackel
|
||||||
%hook YTHeaderLogoController
|
%hook YTHeaderLogoControllerImpl // originally was "YTHeaderLogoController"
|
||||||
- (void)configureYoodleNitrateController {
|
- (void)configureYoodleNitrateController {
|
||||||
if (IS_ENABLED(kDisableAnimatedYouTubeLogo)) {
|
if (IS_ENABLED(kDisableAnimatedYouTubeLogo)) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue