docs: background-color on Windows
This commit is contained in:
parent
e36d455d51
commit
83ef23ff8d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue