docs: fix types of app.dock
(#46103)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel <dev@nikwen.de>
This commit is contained in:
parent
7ea2daf456
commit
0ba2441963
1 changed files with 2 additions and 2 deletions
|
@ -1559,8 +1559,8 @@ command line arguments that Chromium uses.
|
||||||
|
|
||||||
### `app.dock` _macOS_ _Readonly_
|
### `app.dock` _macOS_ _Readonly_
|
||||||
|
|
||||||
A [`Dock`](./dock.md) `| undefined` object that allows you to perform actions on your app icon in the user's
|
A `Dock | undefined` property ([`Dock`](./dock.md) on macOS, `undefined` on all other
|
||||||
dock on macOS.
|
platforms) that allows you to perform actions on your app icon in the user's dock.
|
||||||
|
|
||||||
### `app.isPackaged` _Readonly_
|
### `app.isPackaged` _Readonly_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue