docs: option title for showSaveDialog is not supported for some platforms (#28747)
This commit is contained in:
parent
6f9df7983d
commit
014bdc9f8a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue