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
|
@ -34,6 +34,7 @@ extern const char kWebPreferences[];
|
|||
extern const char kZoomFactor[];
|
||||
extern const char kAutoHideMenuBar[];
|
||||
extern const char kEnableLargerThanScreen[];
|
||||
extern const char kDarkTheme[];
|
||||
|
||||
} // namespace switches
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue