mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
darker...
This commit is contained in:
parent
9763459838
commit
4119cc4796
1 changed files with 14 additions and 0 deletions
14
uYouPlus.xm
14
uYouPlus.xm
|
|
@ -406,6 +406,20 @@ BOOL bigYTMiniPlayer() {
|
|||
}
|
||||
%end
|
||||
|
||||
%hook ASWAppSwitchingSheetHeaderView
|
||||
-(void)setBackgroundColor:(id)arg1 {
|
||||
arg1 = oledColor;
|
||||
%orig;
|
||||
}
|
||||
%end
|
||||
|
||||
%hook ASWAppSwitchingSheetFooterView
|
||||
-(void)setBackgroundColor:(id)arg1 {
|
||||
arg1 = oledColor;
|
||||
%orig;
|
||||
}
|
||||
%end
|
||||
|
||||
%hook YTCollectionSeparatorView
|
||||
-(void)setBackgroundColor:(id)arg1 {
|
||||
arg1 = oledColor;
|
||||
|
|
|
|||
Loading…
Reference in a new issue