Update uYouPlus.xm
This commit is contained in:
@@ -827,6 +827,9 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||||||
- (UIColor *)darkBackgroundColor {
|
- (UIColor *)darkBackgroundColor {
|
||||||
return isDarkMode() ? [UIColor blackColor] : %orig;
|
return isDarkMode() ? [UIColor blackColor] : %orig;
|
||||||
}
|
}
|
||||||
|
- (void)setDarkBackgroundColor:(UIColor *)color {
|
||||||
|
return isDarkMode() ? %orig([UIColor blackColor]) : %orig;
|
||||||
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
// Explore
|
// Explore
|
||||||
|
|||||||
Reference in New Issue
Block a user