docs: showHiddenFiles
authorCheng Zhao <zcbenz@gmail.com>
Mon, 11 Jul 2016 04:52:44 +0000 (13:52 +0900)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 11 Jul 2016 04:52:44 +0000 (13:52 +0900)
docs/api/dialog.md

index afc32af..d71109e 100644 (file)
@@ -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,