From 8a0a41b9efb7cba0ceed86505ff8d7d33cdbd75e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 5 Sep 2019 15:04:07 -0500 Subject: [PATCH] docs: fix BrowserWindow options.hasShadow platform (#20038) The docs claimed this is only available on macOS; however, Linux and Win got this feature in 239bfe970cfa38ce0c9618977c3ee6b31319d797 --- docs/api/browser-window.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 1ab34ad66fbe..2668c2fd03e2 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -206,8 +206,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. * `backgroundColor` String (optional) - Window's background color as a hexadecimal value, like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha in #AARRGGBB format is supported if `transparent` is set to `true`). Default is `#FFF` (white). - * `hasShadow` Boolean (optional) - Whether window should have a shadow. This is only - implemented on macOS. Default is `true`. + * `hasShadow` Boolean (optional) - Whether window should have a shadow. Default is `true`. * `opacity` Number (optional) - Set the initial opacity of the window, between 0.0 (fully transparent) and 1.0 (fully opaque). This is only implemented on Windows and macOS. * `darkTheme` Boolean (optional) - Forces using dark theme for the window, only works on