diff --git a/main.js b/main.js index d05f977..10cd355 100644 --- a/main.js +++ b/main.js @@ -537,6 +537,12 @@ function registerIPCPipes() { } function createWindow() { + const gotTheLock = app.requestSingleInstanceLock(); + if (!gotTheLock) { + app.quit(); + return; + } + setupTitlebar(); // Create the browser window.