From 190b6edfb1e7b90ce39cbecc4647b5e607df1dbd Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Wed, 25 Nov 2015 08:50:56 +0900 Subject: [PATCH] =?UTF-8?q?Main=20window=E3=81=AE=20visible=20on=20all=20w?= =?UTF-8?q?orpspace=E8=A7=A3=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atom-lib/main-window.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/atom-lib/main-window.js b/atom-lib/main-window.js index cf5dc42c..710e6fd6 100644 --- a/atom-lib/main-window.js +++ b/atom-lib/main-window.js @@ -16,8 +16,6 @@ const url = path.resolve(__dirname, '../browser/main/index.html') mainWindow.loadURL('file://' + url) -mainWindow.setVisibleOnAllWorkspaces(true) - mainWindow.webContents.on('new-window', function (e) { e.preventDefault() })