From 60f3dbb2b0fc0c6c6586bd44e08deffcebbebfa5 Mon Sep 17 00:00:00 2001 From: aric3435 <157071384+arichornloverALT@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:45:22 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 9a2f8db7ab..3e77985848 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -244,6 +244,7 @@ static NSMutableArray *filteredArray(NSArray *filteredArray(NSArray *ide // dlopen([[NSString stringWithFormat:@"%@/Frameworks/uYou.dylib", [[NSBundle mainBundle] bundlePath]] UTF8String], RTLD_LAZY); %init; +/* if (IS_ENABLED(@"settingsStyle_enabled")) { %init(gSettingsStyle); } +*/ if (IS_ENABLED(@"hideYouTubeLogo_enabled")) { %init(gHideYouTubeLogo); }