remove support for hidden-inset (#11975)
This commit is contained in:
parent
7bcccdec41
commit
846be03f1d
3 changed files with 2 additions and 4 deletions
|
@ -927,7 +927,7 @@ describe('BrowserWindow module', () => {
|
|||
show: false,
|
||||
width: 400,
|
||||
height: 400,
|
||||
titleBarStyle: 'hidden-inset'
|
||||
titleBarStyle: 'hiddenInset'
|
||||
})
|
||||
const contentSize = w.getContentSize()
|
||||
assert.equal(contentSize[1], 400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue