From c082b3964c5cfedcb71e10d429e5f2bac79cc351 Mon Sep 17 00:00:00 2001 From: d1g1t4ld1n4 Date: Wed, 13 Mar 2019 22:42:16 -0400 Subject: [PATCH] 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 829417cf29c6ef0222da55e7a0789d18b94a9253. * docs: clarify what requestSingleInstanceLock() does --- docs/api/app.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index a9f03b06ccfa..0aa51d4b0ead 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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