Add newline before list

This commit is contained in:
Kevin Sawicki 2016-10-05 09:24:33 -07:00
parent ebaeec1677
commit 5e936a24ac

View file

@ -812,6 +812,7 @@ Returns `Boolean` - Whether the current desktop environment is Unity launcher.
### `app.getLoginItemSettings()` _macOS_ _Windows_ ### `app.getLoginItemSettings()` _macOS_ _Windows_
Returns `Object`: Returns `Object`:
* `openAtLogin` Boolean - `true` if the app is set to open at login. * `openAtLogin` Boolean - `true` if the app is set to open at login.
* `openAsHidden` Boolean - `true` if the app is set to open as hidden at login. * `openAsHidden` Boolean - `true` if the app is set to open as hidden at login.
This setting is only supported on macOS. This setting is only supported on macOS.