small silent fix for TrollHelper

This commit is contained in:
opa334 2022-09-04 01:00:43 +02:00
parent 4ea445f0ec
commit 3fbed05592
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
UIAlertAction* continueAction = [UIAlertAction actionWithTitle:@"Continue" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action)
{
spawnRoot(helperPath(), @[@"uninstall-trollstore"]);
exit(0);
[self reloadSpecifiers];
}];
[uninstallWarningAlert addAction:continueAction];