From f57c1881dab30cf453a7deab05fae0e0b7ffe2a0 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 11 May 2017 22:09:37 +1000 Subject: [PATCH] Fix return type of makeSingleInstance --- docs/api/app.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/app.md b/docs/api/app.md index cf537474af24..614989dc99c6 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -667,6 +667,8 @@ app.setJumpList([ * `argv` String[] - An array of the second instance's command line arguments * `workingDirectory` String - The second instance's working directory +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