mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
added a note that this option is only implemented on osx
This commit is contained in:
@@ -47,7 +47,8 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||
* `maxWidth` Integer - Window's maximum width. Default is no limit.
|
||||
* `maxHeight` Integer - Window's maximum height. Default is no limit.
|
||||
* `resizable` Boolean - Whether window is resizable. Default is `true`.
|
||||
* `movable` Boolean - Whether window is movable. Default is `true`.
|
||||
* `movable` Boolean - Whether window is movable. This is only implemented
|
||||
on OS X. Default is `true`.
|
||||
* `alwaysOnTop` Boolean - Whether the window should always stay on top of
|
||||
other windows. Default is `false`.
|
||||
* `fullscreen` Boolean - Whether the window should show in fullscreen. When
|
||||
|
||||
Reference in New Issue
Block a user