docs: Make description of fullscreen more precise

Closes #2793.
This commit is contained in:
Cheng Zhao 2015-09-16 09:20:16 +08:00
parent d8f77e5134
commit 69cc3ab5ef

View file

@ -46,7 +46,7 @@ Properties `width` and `height` are required.
* `always-on-top` Boolean - Whether the window should always stay on top of
other windows.
* `fullscreen` Boolean - Whether the window should show in fullscreen. When
set to `false` the fullscreen button will also be hidden on OS X.
set to `false` the fullscreen button will be hidden or disabled on OS X.
* `skip-taskbar` Boolean - Whether to show the window in taskbar.
* `kiosk` Boolean - The kiosk mode.
* `title` String - Default window title.