mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Add return type to systemPreferences.isAeroGlassEnabled()
This commit is contained in:
@@ -141,7 +141,7 @@ This API uses `NSUserDefaults` on macOS. Some popular `key` and `type`s are:
|
||||
|
||||
### `systemPreferences.isAeroGlassEnabled()` _Windows_
|
||||
|
||||
This method returns `true` if [DWM composition][dwm-composition] (Aero Glass) is
|
||||
Returns `Boolean` - `true` if [DWM composition][dwm-composition] (Aero Glass) is
|
||||
enabled, and `false` otherwise.
|
||||
|
||||
An example of using it to determine if you should create a transparent window or
|
||||
|
||||
Reference in New Issue
Block a user