Skip to content

Commit

Permalink
docs: disable-auto-hide-cursor option
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Apr 29, 2015
1 parent c6cf91d commit 75b24c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/api/browser-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ You can also create a window without chrome by using
* `frame` Boolean - Specify `false` to create a
[Frameless Window](frameless-window.md)
* `node-integration` Boolean - Whether node integration is enabled, default
is `true`
is `true`
* `accept-first-mouse` Boolean - Whether the web view accepts a single
mouse-down event that simultaneously activates the window
mouse-down event that simultaneously activates the window
* `disable-auto-hide-cursor` Boolean - Do not hide cursor when typing
* `auto-hide-menu-bar` Boolean - Auto hide the menu bar unless the `Alt`
key is pressed.
* `enable-larger-than-screen` Boolean - Enable the window to be resized larger
Expand Down

0 comments on commit 75b24c7

Please sign in to comment.