docs: background-color on Windows

This commit is contained in:
Cheng Zhao 2015-10-23 13:32:04 +08:00
parent e36d455d51
commit 83ef23ff8d

View file

@ -62,7 +62,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `enable-larger-than-screen` Boolean - Enable the window to be resized larger
than screen.
* `background-color` String - Window's background color as Hexadecimal value,
like `#66CD00` or `#FFF`. This is only implemented on Linux.
like `#66CD00` or `#FFF`. This is only implemented on Linux and Windows.
* `dark-theme` Boolean - Forces using dark theme for the window, only works on
some GTK+3 desktop environments.
* `transparent` Boolean - Makes the window [transparent](frameless-window.md).