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.addButton(withTitle: NSLocalizedString("Open System Login Item Setting", comment: ""))
|
||||||
alert.runModal()
|
alert.runModal()
|
||||||
SMAppService.openSystemSettingsLoginItems()
|
SMAppService.openSystemSettingsLoginItems()
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
getHelperStatus { [weak self] status in
|
getHelperStatus { [weak self] status in
|
||||||
|
|
Loading…
Reference in New Issue