Update uYouPlusThemes.xm

This commit is contained in:
arichornlover 2024-03-13 18:32:02 -05:00 committed by GitHub
parent cb9f69c664
commit fe6c0accbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}