You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/dialog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ The `dialog` module has the following methods:
48
48
their target path.
49
49
*`treatPackageAsDirectory`_macOS_ - Treat packages, such as `.app` folders,
50
50
as a directory instead of a file.
51
+
*`dontAddToRecent`_Windows_ - Do not add the item being opened to the recent documents list.
51
52
*`message` String (optional) _macOS_ - Message to display above input
52
53
boxes.
53
54
*`securityScopedBookmarks` Boolean (optional) _macOS__mas_ - Create [security scoped bookmarks](https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW16) when packaged for the Mac App Store.
*`treatPackageAsDirectory`_macOS_ - Treat packages, such as `.app` folders,
110
111
as a directory instead of a file.
112
+
*`dontAddToRecent`_Windows_ - Do not add the item being opened to the recent documents list.
111
113
*`message` String (optional) _macOS_ - Message to display above input
112
114
boxes.
113
115
*`securityScopedBookmarks` Boolean (optional) _macOS__mas_ - Create [security scoped bookmarks](https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW16) when packaged for the Mac App Store.
0 commit comments