mirror of https://github.com/opa334/TrollStore.git
small silent fix for TrollHelper
This commit is contained in:
parent
4ea445f0ec
commit
3fbed05592
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue