From fe6c0accbf714d5f5b35c89c0389c58705de5659 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:32:02 -0500 Subject: [PATCH] Update uYouPlusThemes.xm --- Sources/uYouPlusThemes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlusThemes.xm b/Sources/uYouPlusThemes.xm index 8ccf202..b7ac0d4 100644 --- a/Sources/uYouPlusThemes.xm +++ b/Sources/uYouPlusThemes.xm @@ -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; }