fix: loginService
-> loginItemService
(#42403)
fix: loginService -> loginItemService Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
1f25474038
commit
03bbd1483e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ SMAppService* GetServiceForType(const std::string& type,
|
|||
return [SMAppService agentServiceWithPlistName:service_name];
|
||||
} else if (type == "daemonService") {
|
||||
return [SMAppService daemonServiceWithPlistName:service_name];
|
||||
} else if (type == "loginService") {
|
||||
} else if (type == "loginItemService") {
|
||||
return [SMAppService loginItemServiceWithIdentifier:service_name];
|
||||
} else {
|
||||
LOG(ERROR) << "Unrecognized login item type";
|
||||
|
|
Loading…
Reference in a new issue