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

Re-added title bar

parent 6227e2de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ app.on('ready', () => {
    width: 1124, 
    height: 800,
    // Remove the window frame from windows applications
    frame: false,
    //frame: false,
    // Hide the titlebar from MacOS applications while keeping the stop lights
    titleBarStyle: 'hidden', // or 'customButtonsOnHover',
    //titleBarStyle: 'hidden', // or 'customButtonsOnHover',
  })
  //window.setMenu(null);