Hide frame on Win and Linux

This commit is contained in:
Joel Collins 2019-06-03 10:24:24 +01:00
parent 1baf040b89
commit b0687426dd

View file

@ -79,6 +79,7 @@ require('./menu.js')
function createWindow() {
// Create the browser window.
mainWindow = new BrowserWindow({
frame: (process.platform !== 'darwin') ? false : true,
width: 1124,
height: 800,
icon: path.join(__dirname, '/icons/png/64x64.png')