mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +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
|
%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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue