From 76efa63bec2b8cb8fba594e55d4eb5a7f8b28a4d Mon Sep 17 00:00:00 2001 From: opa334 Date: Tue, 14 Feb 2023 19:57:05 +0100 Subject: [PATCH] ... --- Shared/TSListControllerShared.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/TSListControllerShared.m b/Shared/TSListControllerShared.m index b6d827e..646db9a 100644 --- a/Shared/TSListControllerShared.m +++ b/Shared/TSListControllerShared.m @@ -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];