remove brackets

This commit is contained in:
notAlaanor 2018-03-20 10:40:56 +11:00
parent 1fa183b205
commit d5d98c90e3

View File

@ -21,7 +21,7 @@ const createWindow = (pathname, options = {}) => {
},
useContentSize: true,
show: false,
frame: (process.platform === 'linux'),
frame: process.platform === 'linux',
titleBarStyle: 'hidden'
}, options)
let win = new BrowserWindow(winOpt)