add alwaysShowTitleTextInFullscreen flag
This commit is contained in:
parent
493cfd38d6
commit
25c651c40a
5 changed files with 22 additions and 2 deletions
|
@ -225,6 +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`.
|
||||
* `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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue