diff --git a/index.js b/index.js index 85b99ad..826c36a 100644 --- a/index.js +++ b/index.js @@ -38,9 +38,14 @@ app.on('ready', () => { var win = window.createWindow({ height: 700, width: 1200, + focusable: false, webPreferences: { webSecurity: false } }) + if (process.platform === 'darwin') { + app.dock.hide() + } + win.on('ready-to-show', () => { if (opts.debug) { win.show()