Merge pull request #5720 from danhp/release-single-instance
Add 'app.releaseSingleInstance()'
This commit is contained in:
commit
26fa963a70
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