fix indentation of app.setLoginItemSettings arguments

This commit is contained in:
Zeke Sikelianos 2017-03-02 13:28:58 -08:00
parent 01423f79b3
commit 5ee7434a54

View file

@ -820,9 +820,9 @@ Returns `Object`:
`app.getLoginItemStatus().wasOpenedAsHidden` should be checked when the app `app.getLoginItemStatus().wasOpenedAsHidden` should be checked when the app
is opened to know the current value. This setting is only supported on is opened to know the current value. This setting is only supported on
macOS. macOS.
* `path` String (optional) _Windows_ - The executable to launch at login. * `path` String (optional) _Windows_ - The executable to launch at login.
Defaults to `process.execPath`. Defaults to `process.execPath`.
* `args` String[] (optional) _Windows_ - The command-line arguments to pass to * `args` String[] (optional) _Windows_ - The command-line arguments to pass to
the executable. Defaults to an empty array. Take care to wrap paths in the executable. Defaults to an empty array. Take care to wrap paths in
quotes. quotes.