mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to hidden)
This commit is contained in:
@@ -208,7 +208,7 @@ Possible values are:
|
||||
input sparingly.
|
||||
* On Windows, possible type is `toolbar`.
|
||||
|
||||
The `titleBarStyle` option is only supported on macOS 10.10 Yosemite and newer.
|
||||
The `titleBarStyle` option.
|
||||
Possible values are:
|
||||
|
||||
* `default` or not specified, results in the standard gray opaque Mac title
|
||||
@@ -218,6 +218,7 @@ Possible values 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user