docs: background-color on Windows
authorCheng Zhao <zcbenz@gmail.com>
Fri, 23 Oct 2015 05:32:04 +0000 (13:32 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 23 Oct 2015 05:32:04 +0000 (13:32 +0800)
docs/api/browser-window.md

index 165ce70..aa46590 100644 (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).