Skip to content

Commit 69cc3ab

Browse files
committed
docs: Make description of fullscreen more precise
Closes electron#2793.
1 parent d8f77e5 commit 69cc3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/browser-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Properties `width` and `height` are required.
4646
* `always-on-top` Boolean - Whether the window should always stay on top of
4747
other windows.
4848
* `fullscreen` Boolean - Whether the window should show in fullscreen. When
49-
set to `false` the fullscreen button will also be hidden on OS X.
49+
set to `false` the fullscreen button will be hidden or disabled on OS X.
5050
* `skip-taskbar` Boolean - Whether to show the window in taskbar.
5151
* `kiosk` Boolean - The kiosk mode.
5252
* `title` String - Default window title.

0 commit comments

Comments
 (0)