mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Fix Notifications Icon (uYouPlus.xm)
YouTubeHeader creator PoomSmart changed it from NOTIFICATIONS To YT_NOTIFICATIONS. This is a quick fix.
This commit is contained in:
parent
0ad827e416
commit
16cfe923f1
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
|
|||
YTIPivotBarItemRenderer *itemBar = [[%c(YTIPivotBarItemRenderer) alloc] init];
|
||||
[itemBar setPivotIdentifier:@"FEnotifications_inbox"];
|
||||
YTIIcon *icon = [itemBar icon];
|
||||
[icon setIconType:NOTIFICATIONS];
|
||||
[icon setIconType:YT_NOTIFICATIONS];
|
||||
[itemBar setNavigationEndpoint:command];
|
||||
|
||||
YTIFormattedString *formatString = [%c(YTIFormattedString) formattedStringWithString:@"Notifications"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue