feat: remove visibleOnFullscreen option (#21706)
This commit is contained in:
parent
48ae7552f6
commit
2858471151
8 changed files with 9 additions and 24 deletions
|
@ -1627,12 +1627,9 @@ can still bring up the menu bar by pressing the single `Alt` key.
|
|||
|
||||
Returns `Boolean` - Whether the menu bar is visible.
|
||||
|
||||
#### `win.setVisibleOnAllWorkspaces(visible[, options])`
|
||||
#### `win.setVisibleOnAllWorkspaces(visible)`
|
||||
|
||||
* `visible` Boolean
|
||||
* `options` Object (optional)
|
||||
* `visibleOnFullScreen` Boolean (optional) _macOS_ - Sets whether
|
||||
the window should be visible above fullscreen windows
|
||||
|
||||
Sets whether the window should be visible on all workspaces.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue