Skip to content

Commit 103dc0b

Browse files
committed
Updated for v12.0.9-wvvmp
1 parent 290ccf2 commit 103dc0b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

electron.d.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 12.0.8
1+
// Type definitions for Electron 12.0.9
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -14124,6 +14124,9 @@ See webContents.sendInputEvent for detailed description of `event` object.
1412414124
}
1412514125

1412614126
interface SaveDialogOptions {
14127+
/**
14128+
* The dialog title. Cannot be displayed on some _Linux_ desktop environments.
14129+
*/
1412714130
title?: string;
1412814131
/**
1412914132
* Absolute directory path, absolute file path, or file name to use by default.
@@ -14184,6 +14187,9 @@ See webContents.sendInputEvent for detailed description of `event` object.
1418414187
}
1418514188

1418614189
interface SaveDialogSyncOptions {
14190+
/**
14191+
* The dialog title. Cannot be displayed on some _Linux_ desktop environments.
14192+
*/
1418714193
title?: string;
1418814194
/**
1418914195
* Absolute directory path, absolute file path, or file name to use by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "12.0.8-wvvmp",
19+
"version": "12.0.9-wvvmp",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)