From ebe293aef08566913e37266be2296e69b1ebd732 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:32:39 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 82f9cbd..c70828c 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -814,8 +814,7 @@ static NSString *accessGroupID() { %property (retain, nonatomic) YTQTMButton *uYouPlusButton; - (NSMutableArray *)buttons { NSString *tweakBundlePath = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"]; - NSString *uYouPlusLightSettingsPath; - NSString *uYouPlusDarkSettingsPath; + NSString *uYouPlusMainSettingsPath; if (tweakBundlePath) { NSBundle *tweakBundle = [NSBundle bundleWithPath:tweakBundlePath]; uYouPlusMainSettingsPath = [tweakBundle pathForResource:@"uYouPlus_logo_main" ofType:@"png"];