mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Update docs to use hiddenInset
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user