Update docs to use hiddenInset

This commit is contained in:
Kevin Sawicki
2017-06-05 14:07:57 -07:00
parent 3a2abde804
commit 594302fcff
2 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ let window
app.once('ready', () => {
window = new BrowserWindow({
frame: false,
titleBarStyle: 'hidden-inset',
titleBarStyle: 'hiddenInset',
width: 200,
height: 200,
backgroundColor: '#000'