mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Red progress bar
This commit is contained in:
parent
aa78e13df9
commit
28284e5c71
1 changed files with 5 additions and 5 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -718,11 +718,11 @@ void DEMC_centerRenderingView() {
|
|||
%end
|
||||
|
||||
// Bring back the red progress bar - Broken?!
|
||||
// %hook YTColdConfig
|
||||
// - (BOOL)segmentablePlayerBarUpdateColors {
|
||||
// return IsEnabled(@"redProgressBar_enabled") ? NO : %orig;
|
||||
// }
|
||||
// %end
|
||||
%hook YTInlinePlayerBarContainerView
|
||||
- (id)quietProgressBarColor {
|
||||
return IsEnabled(@"redProgressBar_enabled") ? [UIColor redColor] : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Disable the right panel in fullscreen mode
|
||||
%hook YTColdConfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue