1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-27 07:46:15 +01:00

refs #90 Remove title bar

This commit is contained in:
AkiraFukushima 2018-03-22 17:35:54 +09:00
parent 3ba5e0fa9a
commit 5f3373ae4f

View File

@ -164,6 +164,7 @@ function createWindow () {
* Initial window options * Initial window options
*/ */
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
height: 563, height: 563,
useContentSize: true, useContentSize: true,
width: 1000, width: 1000,