mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-18 23:33:06 +00:00
Bring back the old color for Buffer Bar
This is what the Buffer Bar color originally was in v16.xx.x YouTube.
This commit is contained in:
parent
33c9508607
commit
ab43d84951
1 changed files with 2 additions and 2 deletions
|
|
@ -623,7 +623,7 @@ int main(int argc, char * argv[]) {
|
||||||
|
|
||||||
%hook YTSegmentableInlinePlayerBarView // Gray Buffer Progress - YTNoModernUI
|
%hook YTSegmentableInlinePlayerBarView // Gray Buffer Progress - YTNoModernUI
|
||||||
- (void)setBufferedProgressBarColor:(id)arg1 {
|
- (void)setBufferedProgressBarColor:(id)arg1 {
|
||||||
[UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:0.90];
|
[UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:0.50];
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
@ -991,7 +991,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
|
|
||||||
%hook YTSegmentableInlinePlayerBarView
|
%hook YTSegmentableInlinePlayerBarView
|
||||||
- (void)setBufferedProgressBarColor:(id)arg1 {
|
- (void)setBufferedProgressBarColor:(id)arg1 {
|
||||||
[UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:0.90];
|
[UIColor colorWithRed:1.00 green:1.00 blue:1.00 alpha:0.50];
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%end
|
%end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue