From 179cec24c836f548022dd5d918f0d8968f6e3d45 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Thu, 1 Feb 2018 13:23:14 -0600 Subject: [PATCH] fix(title-bar): new title bar --- app/main.dev.js | 2 +- app/routes/app/components/App.js | 1 + app/routes/app/components/App.scss | 9 +++++++++ app/variables.scss | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/main.dev.js b/app/main.dev.js index 5a5573fd..d8f8621b 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -210,7 +210,7 @@ app.on('ready', async () => { console.log('icon: ', icon) mainWindow = new BrowserWindow({ show: false, - frame: true, + titleBarStyle: 'hidden', width: 700, height: 1100, minHeight: 700, diff --git a/app/routes/app/components/App.js b/app/routes/app/components/App.js index cdc179bb..67333e36 100644 --- a/app/routes/app/components/App.js +++ b/app/routes/app/components/App.js @@ -39,6 +39,7 @@ class App extends Component { return (
+