🎁 Add 'app.releaseSingleInstance()'
This commit is contained in:
parent
c1272743b9
commit
f4c3f0423a
3 changed files with 15 additions and 1 deletions
|
@ -496,6 +496,11 @@ app.on('ready', () => {
|
|||
});
|
||||
```
|
||||
|
||||
### `app.releaseSingleInstance()`
|
||||
|
||||
Releases all locks that were created by `makeSingleInstance`. This will allow
|
||||
multiple instances of the application to once again run side by side.
|
||||
|
||||
### `app.setUserActivity(type, userInfo[, webpageURL])` _OS X_
|
||||
|
||||
* `type` String - Uniquely identifies the activity. Maps to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue