From 5f3373ae4f2c476cf98f36d9972ce2ddb855ee69 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 22 Mar 2018 17:35:54 +0900
Subject: [PATCH] refs #90 Remove title bar
---
src/main/index.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/index.js b/src/main/index.js
index 7643ce59..973df1ba 100644
--- a/src/main/index.js
+++ b/src/main/index.js
@@ -164,6 +164,7 @@ function createWindow () {
* Initial window options
*/
mainWindow = new BrowserWindow({
+ titleBarStyle: 'hidden',
height: 563,
useContentSize: true,
width: 1000,