From b964c304de01e8b68eed69ef53aa411f18bb17dd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 31 May 2017 10:34:14 -0700 Subject: [PATCH] Add return type to systemPreferences.isAeroGlassEnabled() --- docs/api/system-preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index 610513e6d3f9..54d3ea8d6a21 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -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