From d9eba087fc18ebf960ea16c1c29153f56541eb42 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:30:44 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 31787a5..5ce203b 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -101,7 +101,7 @@ NSBundle *tweakBundle = uYouPlusBundle(); %new; - (void)settingsAction { UIViewController *settingsViewController = [self _viewControllerForAncestor]; - SettingsViewController *settingsVC = [[SettingsViewController alloc] initWithStyle:UITableViewStyleGrouped]; + id settingsVC = [[%c(SettingsViewController) alloc] initWithStyle:UITableViewStyleGrouped]; [settingsViewController presentViewController:settingsVC animated:YES completion:nil]; } %end