Mention how to reset thumbnail to entire window
This commit is contained in:
parent
efcdad2751
commit
e24885b160
2 changed files with 4 additions and 2 deletions
|
@ -994,7 +994,9 @@ The `flags` is an array that can include following `String`s:
|
|||
* `height` Integer - height of region
|
||||
|
||||
Sets the region of the window to show as the thumbnail image displayed when
|
||||
hovering over the window in the taskbar.
|
||||
hovering over the window in the taskbar. You can reset the thumbnail to be
|
||||
the entire window by specifying an empty region:
|
||||
`{x: 0, y: 0, width: 0, height: 0}`.
|
||||
|
||||
#### `win.showDefinitionForSelection()` _macOS_
|
||||
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 5946ef9e2303dd9d870410c412ae775da43f03ea
|
||||
Subproject commit 91abdb01a1825c12522fd5fc2349a7ba9a091a48
|
Loading…
Reference in a new issue