hidden-inset titlebar

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 03:08:10 -08:00
parent ede78c6a84
commit 39b46e126f
2 changed files with 3 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ function createMainWindow () {
width: 600,
height: 400,
title: 'WebTorrent',
// titleBarStyle: 'hidden',
titleBarStyle: 'hidden-inset',
show: false
})
win.loadURL('file://' + path.join(__dirname, 'main', 'index.html'))