diff --git a/docs/api/app.md b/docs/api/app.md index 77b1e5fa21b9..e3160e9053f8 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -820,11 +820,11 @@ Returns `Object`: `app.getLoginItemStatus().wasOpenedAsHidden` should be checked when the app is opened to know the current value. This setting is only supported on macOS. - * `path` String (optional) _Windows_ - The executable to launch at login. - Defaults to `process.execPath`. - * `args` String[] (optional) _Windows_ - The command-line arguments to pass to - the executable. Defaults to an empty array. Take care to wrap paths in - quotes. +* `path` String (optional) _Windows_ - The executable to launch at login. + Defaults to `process.execPath`. +* `args` String[] (optional) _Windows_ - The command-line arguments to pass to + the executable. Defaults to an empty array. Take care to wrap paths in + quotes. Set the app's login item settings.