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.