Title bar style inset

This commit is contained in:
Enrico Monese 2017-03-25 18:55:05 +01:00
parent 08d46b1bef
commit bab63f8093
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ function createMainWindow() {
show: false,
width: 1000, height: 700, minWidth: 700, minHeight: 400,
icon: path.join(__dirname, 'icon.png'),
titleBarStyle: 'hidden-inset',
webPreferences: {
backgroundThrottling: false
}