feat: make window visual effect state customizable (#25083)
This commit is contained in:
parent
c0440a35f2
commit
024ea32313
5 changed files with 49 additions and 1 deletions
|
@ -99,6 +99,10 @@ const char kWebPreferences[] = "webPreferences";
|
|||
// Add a vibrancy effect to the browser window
|
||||
const char kVibrancyType[] = "vibrancy";
|
||||
|
||||
// Specify how the material appearance should reflect window activity state on
|
||||
// macOS.
|
||||
const char kVisualEffectState[] = "visualEffectState";
|
||||
|
||||
// The factor of which page should be zoomed.
|
||||
const char kZoomFactor[] = "zoomFactor";
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ extern const char kOpacity[];
|
|||
extern const char kFocusable[];
|
||||
extern const char kWebPreferences[];
|
||||
extern const char kVibrancyType[];
|
||||
extern const char kVisualEffectState[];
|
||||
extern const char kTrafficLightPosition[];
|
||||
|
||||
// WebPreferences.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue