diff --git a/src/main/createWindow.js b/src/main/createWindow.js index c19c9a09..7b51b453 100644 --- a/src/main/createWindow.js +++ b/src/main/createWindow.js @@ -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)