From b70090170de330c0f918d87a1588dd650b919fec Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 9 Jul 2016 21:52:45 +0900 Subject: [PATCH] docs: thickFrame option --- docs/api/browser-window.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index ba07e0bf16..3d48b30010 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -174,6 +174,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. this below. * `titleBarStyle` String - The style of window title bar. See more about this below. + * `thickFrame` Boolean - Use `WS_THICKFRAME` style for frameless windows on + Windows, which adds standard window frame. Setting it to `false` will remove + window shadow and window animations. Default is `true`. * `webPreferences` Object - Settings of web page's features. See more about this below.