always_show_title_text_in_full_screen -> fullscreen_window_title

This commit is contained in:
Kevin Sawicki 2017-07-14 11:48:10 -07:00
parent a38f0f5f46
commit 9102c07ec7
3 changed files with 10 additions and 11 deletions

View file

@ -225,9 +225,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
display unless hovered over in the top left of the window. These custom
buttons prevent issues with mouse events that occur with the standard
window toolbar buttons. **Note:** This option is currently experimental.
* `alwaysShowTitleTextInFullscreen` Boolean (optional) - Shows the title in
tile bar in full screen mode on macOS with all `titleBarStyle` options.
Default is `false`.
* `fullscreenWindowTitle` Boolean (optional) - Shows the title in the
tile bar in full screen mode on macOS for all `titleBarStyle` options.
Default is `false`.
* `thickFrame` Boolean (optional) - Use `WS_THICKFRAME` style for frameless windows on
Windows, which adds standard window frame. Setting it to `false` will remove
window shadow and window animations. Default is `true`.