diff --git a/app.dev.js b/app.dev.js index 3b0210d8..1f7c7510 100644 --- a/app.dev.js +++ b/app.dev.js @@ -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);