Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-06-22 19:30:44 -05:00 committed by GitHub
parent c20b8cf0d0
commit d9eba087fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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