docs: correct requestSingleInstanceLock parameter (#32595)

This commit is contained in:
Shelley Vohr 2022-01-25 21:57:57 +01:00 committed by GitHub
parent 335f24b0d0
commit 65bee9120f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -954,9 +954,9 @@ app.setJumpList([
])
```
### `app.requestSingleInstanceLock()`
### `app.requestSingleInstanceLock([additionalData])`
* `additionalData` unknown (optional) - A JSON object containing additional data to send to the first instance.
* `additionalData` Record<any, any> (optional) - A JSON object containing additional data to send to the first instance.
Returns `boolean`