mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
remove method transferred to set with null
This commit is contained in:
@@ -1198,10 +1198,7 @@ Returns `BrowserWindow[]` - All child windows.
|
||||
`selection`, `menu`, `popover`, `sidebar`, `medium-light` or `ultra-dark`. See
|
||||
the [macOS documentation][vibrancy-docs] for more details.
|
||||
|
||||
Adds a vibrancy effect to the browser window.
|
||||
Adds a vibrancy effect to the browser window. Passing `null` or an empty string
|
||||
will remove the vibrancy effect on the window.
|
||||
|
||||
[vibrancy-docs]: https://developer.apple.com/reference/appkit/nsvisualeffectview?language=objc
|
||||
|
||||
#### `win.removeVibrancy()` _macOS_
|
||||
|
||||
Removes the vibrancy effect on the window.
|
||||
|
||||
Reference in New Issue
Block a user