little fix in docs
This commit is contained in:
parent
8ad50d1e35
commit
84a3fe50dc
1 changed files with 5 additions and 4 deletions
|
@ -1193,10 +1193,11 @@ Returns `BrowserWindow[]` - All child windows.
|
|||
|
||||
#### `win.setVibrancy(type)` _macOS_
|
||||
|
||||
* `type` String - Adds a vibrancy effect to the browser window. Values include
|
||||
`appearance-based`, `light`, `dark`, `titlebar`, `selection`, `menu`,
|
||||
`popover`, `sidebar`, `medium-light`, `ultra-dark`. See the
|
||||
[macOS documentation][vibrancy-docs] for more details.
|
||||
* `type` String - Values include `appearance-based`, `light`, `dark`, `titlebar`,
|
||||
`selection`, `menu`, `popover`, `sidebar`, `medium-light`, `ultra-dark`. See
|
||||
the [macOS documentation][vibrancy-docs] for more details.
|
||||
|
||||
Adds a vibrancy effect to the browser window.
|
||||
|
||||
[vibrancy-docs]: https://developer.apple.com/reference/appkit/nsvisualeffectview?language=objc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue