mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix option doc
This commit is contained in:
@@ -295,7 +295,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||
'Electron Isolated Context' entry in the combo box at the top of the
|
||||
Console tab. **Note:** This option is currently experimental and may
|
||||
change or be removed in future Electron releases.
|
||||
* `useNativeWindowOpen` Boolean (optional) - Whether to use native `window.open()`.
|
||||
* `nativeWindowOpen` Boolean (optional) - Whether to use native `window.open()`. Defaults to `false`.
|
||||
|
||||
When setting minimum or maximum window size with `minWidth`/`maxWidth`/
|
||||
`minHeight`/`maxHeight`, it only constrains the users. It won't prevent you from
|
||||
|
||||
Reference in New Issue
Block a user