Commit b0687426 authored by Joel Collins's avatar Joel Collins
Browse files

Hide frame on Win and Linux

parent 1baf040b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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')