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:
arichornlover 2023-11-26 10:37:15 -06:00 committed by GitHub
parent 33c9508607
commit ab43d84951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -623,7 +623,7 @@ int main(int argc, char * argv[]) {
%hook YTSegmentableInlinePlayerBarView // Gray Buffer Progress - YTNoModernUI
- (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
@ -991,7 +991,7 @@ static void replaceTab(YTIGuideResponse *response) {
%hook YTSegmentableInlinePlayerBarView
- (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