Skip to content

Commit

Permalink
docs: remove skipTaskbar note in browserWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Jul 29, 2022
1 parent 4abea67 commit c87820d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/api/browser-window.md
Expand Up @@ -177,9 +177,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
closable. This is not implemented on Linux. Default is `true`.
* `focusable` boolean (optional) - Whether the window can be focused. Default is
`true`. On Windows setting `focusable: false` also implies setting
`skipTaskbar: true`. On Linux setting `focusable: false` makes the window
stop interacting with wm, so the window will always stay on top in all
workspaces.
`skipTaskbar: true`.
* `alwaysOnTop` boolean (optional) - Whether the window should always stay on top of
other windows. Default is `false`.
* `fullscreen` boolean (optional) - Whether the window should show in fullscreen. When
Expand Down

0 comments on commit c87820d

Please sign in to comment.