1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-26 15:34:56 +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
*/
mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
height: 563,
useContentSize: true,
width: 1000,