From 49bde90f2cc9d1a1062dfa064a671ccca335200c Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:51:02 -0600 Subject: [PATCH] Update uYouPlusThemes.xm --- Source/uYouPlusThemes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/uYouPlusThemes.xm b/Source/uYouPlusThemes.xm index 88a3633..a4ec825 100644 --- a/Source/uYouPlusThemes.xm +++ b/Source/uYouPlusThemes.xm @@ -1,4 +1,4 @@ -#import "../uYouPlus.h" +#import "uYouPlus.h" #define IS_DARK_APPEARANCE_ENABLED ([[NSUserDefaults standardUserDefaults] integerForKey:@"page_style"] == 1) #define IS_OLD_DARK_THEME_SELECTED (APP_THEME_IDX == 1)