chore: deprecate textured
BrowserWindow type
option on macOS (#43133)
This commit is contained in:
parent
c9b7806418
commit
d294871980
5 changed files with 17 additions and 15 deletions
|
@ -139,8 +139,7 @@ Possible values are:
|
|||
-webkit-app-region: drag. This type is commonly used for splash screens.
|
||||
* The `notification` type creates a window that behaves like a system notification.
|
||||
* On macOS, possible types are `desktop`, `textured`, `panel`.
|
||||
* The `textured` type adds metal gradient appearance
|
||||
(`NSWindowStyleMaskTexturedBackground`).
|
||||
* The `textured` type adds metal gradient appearance. This option is **deprecated**.
|
||||
* The `desktop` type places the window at the desktop background window level
|
||||
(`kCGDesktopWindowLevel - 1`). Note that desktop window will not receive
|
||||
focus, keyboard or mouse events, but you can use `globalShortcut` to receive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue