Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Dec 19, 2024
1 parent 7fd0447 commit deed331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NSBundle *tweakBundle = uYouPlusBundle();

YTIIcon *unselectedIcon = itemBar.icon;
if (unselectedIcon) {
selectedIcon.iconType = NOTIFICATIONS_NONE;
unselectedIcon.iconType = NOTIFICATIONS_NONE;
}

[itemBar setValue:unselectedIcon forKey:@"unselectedIcon"];
Expand Down

1 comment on commit deed331

@aricloverEXALT
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation has been tested. It’ll likely crash the app. Don’t risk using it as it is an experimental feature.

Please sign in to comment.