mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 13:02:36 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
d6fcb18a74
commit
b19f9b8d40
1 changed files with 3 additions and 0 deletions
|
|
@ -827,6 +827,9 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||
- (UIColor *)darkBackgroundColor {
|
||||
return isDarkMode() ? [UIColor blackColor] : %orig;
|
||||
}
|
||||
- (void)setDarkBackgroundColor:(UIColor *)color {
|
||||
return isDarkMode() ? %orig([UIColor blackColor]) : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Explore
|
||||
|
|
|
|||
Loading…
Reference in a new issue