Merge pull request #7077 from miniak/title-bar-style

Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
This commit is contained in:
Cheng Zhao 2016-09-09 20:27:26 +09:00 committed by GitHub
commit 7ed33dfbee
2 changed files with 101 additions and 14 deletions

View file

@ -221,7 +221,6 @@ Possible values of the `titleBarStyle` option are:
the top left.
* `hidden-inset` results in a hidden title bar with an alternative look
where the traffic light buttons are slightly more inset from the window edge.
It is not supported on macOS 10.9 Mavericks, where it falls back to `hidden`.
The `webPreferences` option is an object that can have the following properties: