mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Fix duplicate line (uYouPlus.xm)
This commit is contained in:
parent
f984595077
commit
64151b31f0
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:YTIconTypeNOTIFICATIONS];
|
||||
[icon setIconType:NOTIFICATIONS];
|
||||
[itemBar setNavigationEndpoint:command];
|
||||
|
||||
YTIFormattedString *formatString = [%c(YTIFormattedString) formattedStringWithString:@"Notifications"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue