1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-04-05 20:03:13 +08:00

small silent fix for TrollHelper

This commit is contained in:
opa334 2022-09-04 01:00:43 +02:00
parent 4ea445f0ec
commit 3fbed05592

View File

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