remove parens from type
This commit is contained in:
parent
cfebf7aa6b
commit
3dcbbe9f20
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ convey some sort of application status or to passively notify the user.
|
||||||
|
|
||||||
### `win.setHasShadow(hasShadow)` _macOS_
|
### `win.setHasShadow(hasShadow)` _macOS_
|
||||||
|
|
||||||
* `hasShadow` (Boolean)
|
* `hasShadow` Boolean
|
||||||
|
|
||||||
Sets whether the window should have a shadow. On Windows and Linux does
|
Sets whether the window should have a shadow. On Windows and Linux does
|
||||||
nothing.
|
nothing.
|
||||||
|
|
Loading…
Reference in a new issue