mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-07 00:10:59 +00:00
Update uYouPlusThemes.xm
This commit is contained in:
parent
cb9f69c664
commit
fe6c0accbf
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ UIColor *customHexColor;
|
|||
%hook UIApplication
|
||||
- (void)applicationDidFinishLaunching:(UIApplication *)application {
|
||||
if (@available(iOS 14.0, *)) {
|
||||
self.window.backgroundColor = [UIColor blackColor];
|
||||
self.window.backgroundColor = customHexColor;
|
||||
}
|
||||
%orig;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue