From 5e936a24ac65eae3aa66a2c6f6ac4ec15d590377 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 5 Oct 2016 09:24:33 -0700 Subject: [PATCH] Add newline before list --- docs/api/app.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/app.md b/docs/api/app.md index 2b580fb257b3..f60744f1e9b7 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -812,6 +812,7 @@ Returns `Boolean` - Whether the current desktop environment is Unity launcher. ### `app.getLoginItemSettings()` _macOS_ _Windows_ Returns `Object`: + * `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. This setting is only supported on macOS.