This commit is contained in:
opa334 2023-02-14 19:57:05 +01:00
parent de53f6adf6
commit 76efa63bec
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
UIAlertAction* uninstallAllAction = [UIAlertAction actionWithTitle:@"Uninstall TrollStore, Uninstall Apps" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action)
{
NSMutableArray* args = [self argsForUninstallingTrollStore];
spawnRoot(rootHelperPath(), @[args], nil, nil);
spawnRoot(rootHelperPath(), args, nil, nil);
[self handleUninstallation];
}];
[uninstallAlert addAction:uninstallAllAction];