docs: showHiddenFiles
This commit is contained in:
parent
fc72df3ba1
commit
26fe38a296
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue