misc: allow continue if SMAppService.statusForLegacyPlist return .requiresApproval

This commit is contained in:
yicheng 2022-11-25 18:27:31 +08:00
parent 9f779ca3bd
commit d4a5c58a1b
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class PrivilegedHelperManager {
alert.addButton(withTitle: NSLocalizedString("Open System Login Item Setting", comment: ""))
alert.runModal()
SMAppService.openSystemSettingsLoginItems()
return
}
}
getHelperStatus { [weak self] status in