docs: Correctly fomart titleBarStyle line
This commit is contained in:
parent
105597c7e8
commit
b9b6fc238e
1 changed files with 2 additions and 3 deletions
|
@ -208,8 +208,7 @@ Possible values are:
|
||||||
input sparingly.
|
input sparingly.
|
||||||
* On Windows, possible type is `toolbar`.
|
* On Windows, possible type is `toolbar`.
|
||||||
|
|
||||||
The `titleBarStyle` option.
|
Possible values of the `titleBarStyle` option are:
|
||||||
Possible values are:
|
|
||||||
|
|
||||||
* `default` or not specified, results in the standard gray opaque Mac title
|
* `default` or not specified, results in the standard gray opaque Mac title
|
||||||
bar.
|
bar.
|
||||||
|
@ -1120,7 +1119,7 @@ events.
|
||||||
Prevents the window contents from being captured by other apps.
|
Prevents the window contents from being captured by other apps.
|
||||||
|
|
||||||
On macOS it sets the NSWindow's sharingType to NSWindowSharingNone.
|
On macOS it sets the NSWindow's sharingType to NSWindowSharingNone.
|
||||||
On Windows it calls SetWindowDisplayAffinity with WDA_MONITOR.
|
On Windows it calls SetWindowDisplayAffinity with `WDA_MONITOR`.
|
||||||
|
|
||||||
#### `win.setFocusable(focusable)` _Windows_
|
#### `win.setFocusable(focusable)` _Windows_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue