1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Main windowの visible on all worpspace解除

This commit is contained in:
Rokt33r
2015-11-25 08:50:56 +09:00
parent 80a0c59f87
commit 190b6edfb1

View File

@@ -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()
})