mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
f5f0748d91
commit
61ae8e720a
1 changed files with 1 additions and 10 deletions
11
uYouPlus.xm
11
uYouPlus.xm
|
|
@ -384,16 +384,7 @@ static void repositionCreateTab(YTIGuideResponse *response) {
|
|||
|
||||
%hook YTSegmentableInlinePlayerBarView // Gray Buffer Progress - YTNoModernUI
|
||||
- (void)setBufferedProgressBarColor:(id)arg1 {
|
||||
[UIColor colorWithRed:0.65 green:0.65 blue:0.65 alpha:0.60];
|
||||
}
|
||||
%end
|
||||
|
||||
%hook CALayer // Less Rounded iPhone Overflow Menu - YTNoModernUI
|
||||
- (CGFloat)cornerRadius {
|
||||
if (self == (CALayer *)0x285f309e0) {
|
||||
return 6.0;
|
||||
}
|
||||
return %orig;
|
||||
[UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:0.90];
|
||||
}
|
||||
%end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue