Re-added title bar

This commit is contained in:
Joel Collins 2019-03-21 23:21:35 +00:00
parent 6227e2de58
commit 80971848bd

View file

@ -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);