From 56e22c8a218c451ac6b23c6dc44a7249024f6ff9 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:16:43 -0500 Subject: [PATCH] Fix Compiling error on Themes --- Source/Themes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Themes.xm b/Source/Themes.xm index 221217c..0894996 100644 --- a/Source/Themes.xm +++ b/Source/Themes.xm @@ -1,4 +1,4 @@ -#import "../Header.h" +#import "../uYouPlus.h" static BOOL IsEnabled(NSString *key) { return [[NSUserDefaults standardUserDefaults] boolForKey:key];