From 26fe38a296dd89a3a88d9864fad2b47b981c601a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 11 Jul 2016 13:52:44 +0900 Subject: [PATCH] docs: showHiddenFiles --- docs/api/dialog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index afc32afda46..d71109e9dfd 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -32,8 +32,8 @@ The `dialog` module has the following methods: left empty the default label will be used. * `filters` Array * `properties` Array - Contains which features the dialog should use, can - contain `openFile`, `openDirectory`, `multiSelections` and - `createDirectory` + contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory` + and `showHiddenFiles`. * `callback` Function (optional) On success this method returns an array of file paths chosen by the user,