From c87820d0e3ea141913d4ded4454ddf335cd0b5dd Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Fri, 29 Jul 2022 12:04:11 -0700 Subject: [PATCH] docs: remove skipTaskbar note in browserWindow --- docs/api/browser-window.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index d2a4ef468b5e5..83534c5efee24 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -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