misc: allow continue if SMAppService.statusForLegacyPlist return .requiresApproval
This commit is contained in:
parent
9f779ca3bd
commit
d4a5c58a1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue