Skip to content

Commit 25d1da8

Browse files
Update docs/api/base-window.md
Co-authored-by: Will Anderson <andersonw@dropbox.com>
1 parent a399bf0 commit 25d1da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/base-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ win.setAccentColor(false)
12951295
Returns `string | boolean` - the system accent color and highlighting of active window border in Hex RGB format.
12961296

12971297
If a color has been set for the window that differs from the system accent color, the window accent color will
1298-
be returned. Otherwise, the system accent color will be returned, if one is enabled.
1298+
be returned. Otherwise, a boolean will be returned, with `true` indicating that the window uses the global system accent color, and `false` indicating that accent color highlighting is disabled for this window.
12991299

13001300
#### `win.setIcon(icon)` _Windows_ _Linux_
13011301

0 commit comments

Comments
 (0)