Commit a049f7a0 authored by 神楽坂玲奈's avatar 神楽坂玲奈

window size

parent 2d4a53de
......@@ -82,7 +82,7 @@ function createWindow () {
width: 1024,
height: 640,
frame: process.platform == 'darwin',
'title-bar-style': process.platform == 'darwin' ? 'hidden-inset' : null})
titleBarStyle: process.platform == 'darwin' ? 'hidden' : null})
// and load the index.html of the app.
mainWindow.loadURL(`file://${__dirname}/index.html`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment