document lack of MAS support for login item APIs
This commit is contained in:
parent
1dd05ff520
commit
bb955b6202
2 changed files with 8 additions and 0 deletions
|
@ -822,6 +822,9 @@ Return an Object with the login item settings of the app.
|
|||
app should restore the windows that were open the last time the app was
|
||||
closed. This setting is only supported on macOS.
|
||||
|
||||
**Note:** This API has no effect on
|
||||
[MAS builds](docs/tutorial/mac-app-store-submission-guide.md).
|
||||
|
||||
### `app.setLoginItemSettings(settings)` _macOS_ _Windows_
|
||||
|
||||
* `settings` Object
|
||||
|
@ -835,6 +838,9 @@ Return an Object with the login item settings of the app.
|
|||
|
||||
Set the app's login item settings.
|
||||
|
||||
**Note:** This API has no effect on
|
||||
[MAS builds](docs/tutorial/mac-app-store-submission-guide.md).
|
||||
|
||||
### `app.isAccessibilitySupportEnabled()` _macOS_ _Windows_
|
||||
|
||||
Returns a `Boolean`, `true` if Chrome's accessibility support is enabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue