mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: clarification of requestSingleInstanceLock() docs (#17304)
* docs: upstream doc links added to default window
Added the link to the Node docs and Chromium docs to the default window (not sure if I linked the chromium docs correctly, please let me know/feel free to suggest changes if you know the correct way to do so)
* docs: clarify what requestSingleInstanceLock() does
* Revert "docs: upstream doc links added to default window"
This reverts commit 829417cf29.
* docs: clarify what requestSingleInstanceLock() does
This commit is contained in:
committed by
Shelley Vohr
parent
d9234798d3
commit
c082b3964c
@@ -896,11 +896,6 @@ app.setJumpList([
|
||||
|
||||
Returns `Boolean`
|
||||
|
||||
This method makes your application a Single Instance Application - instead of
|
||||
allowing multiple instances of your app to run, this will ensure that only a
|
||||
single instance of your app is running, and other instances signal this
|
||||
instance and exit.
|
||||
|
||||
The return value of this method indicates whether or not this instance of your
|
||||
application successfully obtained the lock. If it failed to obtain the lock,
|
||||
you can assume that another instance of your application is already running with
|
||||
|
||||
Reference in New Issue
Block a user