linux: Add "dark-theme" option for BrowserWindow, fixes #352.
This commit is contained in:
parent
a32669ac0d
commit
058d0bbe19
4 changed files with 19 additions and 0 deletions
|
@ -63,6 +63,8 @@ normal browsers, see [Web Security](web-security.md) for more.
|
|||
key is pressed.
|
||||
* `enable-larger-than-screen` Boolean - Enable the window to be resized larger
|
||||
than screen.
|
||||
* `dark-theme` Boolean - Forces using dark theme for the window, only works on
|
||||
some GTK+3 desktop environments.
|
||||
* `web-preferences` Object - Settings of web page's features
|
||||
* `javascript` Boolean
|
||||
* `web-security` Boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue