mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 00:41:45 +00:00
Update Themes.xm
This commit is contained in:
parent
9afbdb2dac
commit
88dd1b711f
1 changed files with 0 additions and 6 deletions
|
|
@ -181,12 +181,6 @@ UIColor *originalColor = [UIColor colorWithRed:0.129 green:0.129 blue:0.129 alph
|
|||
}
|
||||
%end
|
||||
|
||||
%hook YCHLiveChatActionPanelView
|
||||
- (void)setBackgroundColor:(UIColor *)color {
|
||||
return isDarkMode() ? %orig(originalColor) : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
%hook YCHLiveChatView
|
||||
- (void)setBackgroundColor:(UIColor *)color {
|
||||
return isDarkMode() ? %orig(originalColor) : %orig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue