From 80971848bd0b37f889cc3d9753af7564f0ee2177 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 21 Mar 2019 23:21:35 +0000 Subject: [PATCH] Re-added title bar --- app.dev.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);