Red progress bar
This commit is contained in:
+5
-5
@@ -718,11 +718,11 @@ void DEMC_centerRenderingView() {
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
// Bring back the red progress bar - Broken?!
|
// Bring back the red progress bar - Broken?!
|
||||||
// %hook YTColdConfig
|
%hook YTInlinePlayerBarContainerView
|
||||||
// - (BOOL)segmentablePlayerBarUpdateColors {
|
- (id)quietProgressBarColor {
|
||||||
// return IsEnabled(@"redProgressBar_enabled") ? NO : %orig;
|
return IsEnabled(@"redProgressBar_enabled") ? [UIColor redColor] : %orig;
|
||||||
// }
|
}
|
||||||
// %end
|
%end
|
||||||
|
|
||||||
// Disable the right panel in fullscreen mode
|
// Disable the right panel in fullscreen mode
|
||||||
%hook YTColdConfig
|
%hook YTColdConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user