Skip to content

Commit 5656714

Browse files
committed
docs: "icon" option of dialog.showMessageBox
1 parent ecb9e93 commit 5656714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/dialog.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ would be passed via `callback(filename)`
7676
* `title` String - Title of the message box, some platforms will not show it
7777
* `message` String - Content of the message box
7878
* `detail` String - Extra information of the message
79+
* `icon` [Image](image.md)
7980
* `callback` Function
8081

8182
Shows a message box, it will block until the message box is closed. It returns

0 commit comments

Comments
 (0)