From cc22149bebbc86c47734348153ac9672bc9f941b Mon Sep 17 00:00:00 2001 From: Tan Wang Leng Date: Wed, 1 Feb 2017 23:36:06 +0800 Subject: [PATCH] :memo: Update docs for new attributes in showSaveDialog() --- docs/api/dialog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 00a7e92ef160..2b85ee34e5d9 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -94,6 +94,10 @@ shown. * `buttonLabel` String (optional) - Custom label for the confirmation button, when left empty the default label will be used. * `filters` [FileFilter[]](structures/file-filter.md) (optional) + * `message` (optional) _macOS_ + * `nameFieldLabel` String (optional) _macOS_ - Custom label for the string displayed + in front of the filename text field. + * `showsTagField` Boolean (optional) _macOS_ * `callback` Function (optional) * `filename` String