mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
ceae1a4b17
commit
b10cce8aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ static NSMutableArray <YTIItemSectionRenderer *> *filteredArray(NSArray <YTIItem
|
||||||
// Modify the type of the icon before setting the renderer
|
// Modify the type of the icon before setting the renderer
|
||||||
YTIIcon *icon = [%c(YTIIcon) new];
|
YTIIcon *icon = [%c(YTIIcon) new];
|
||||||
icon.iconType = YT_PREMIUM_LOGO; // magic number (537) for Premium icon, hopefully it doesnt change. 158 (YT_DEFAULT_LOGO) is default logo.
|
icon.iconType = YT_PREMIUM_LOGO; // magic number (537) for Premium icon, hopefully it doesnt change. 158 (YT_DEFAULT_LOGO) is default logo.
|
||||||
// Use this modified renderer
|
renderer.iconImage = icon;
|
||||||
%orig;
|
%orig;
|
||||||
}
|
}
|
||||||
// For when spoofing before 18.34.5
|
// For when spoofing before 18.34.5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue