Skip to content

Commit

Permalink
docs: option title for showSaveDialog is not supported for some platf…
Browse files Browse the repository at this point in the history
…orms (#29231)
  • Loading branch information
trop[bot] committed May 19, 2021
1 parent 301ad49 commit 4590e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/dialog.md
Expand Up @@ -154,7 +154,7 @@ dialog.showOpenDialog(mainWindow, {

* `browserWindow` [BrowserWindow](browser-window.md) (optional)
* `options` Object
* `title` String (optional)
* `title` String (optional) - The dialog title. Cannot be displayed on some _Linux_ desktop environments.
* `defaultPath` String (optional) - Absolute directory path, absolute file
path, or file name to use by default.
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
Expand Down Expand Up @@ -185,7 +185,7 @@ The `filters` specifies an array of file types that can be displayed, see

* `browserWindow` [BrowserWindow](browser-window.md) (optional)
* `options` Object
* `title` String (optional)
* `title` String (optional) - The dialog title. Cannot be displayed on some _Linux_ desktop environments.
* `defaultPath` String (optional) - Absolute directory path, absolute file
path, or file name to use by default.
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
Expand Down

0 comments on commit 4590e51

Please sign in to comment.