diff --git a/docs/widgets.md b/docs/widgets.md index b8cef5e..07fd962 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -1430,6 +1430,7 @@ A dialog for opening/saving files or folders. - `selectMultiple: bool = false` - `initialPath: string` Path of the initially shown folder - `filenames: seq[string]` The selected file paths +- `filters: seq[FileFilter]` ###### Example