mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-13 08:10:22 +00:00
Update uYouPlus.xm
Fix OLED dark mode of main and settings page
This commit is contained in:
parent
e5997c2f65
commit
1de18fdf0f
1 changed files with 6 additions and 0 deletions
|
|
@ -817,6 +817,12 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||
}
|
||||
%end
|
||||
|
||||
%hook YTInnerTubeCollectionViewController
|
||||
- (UIColor *)backgroundColor:(NSInteger)pageStyle {
|
||||
return pageStyle == 1 ? [UIColor blackColor] : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Explore
|
||||
%hook ASScrollView
|
||||
- (void)didMoveToWindow {
|
||||
|
|
|
|||
Loading…
Reference in a new issue