From c0c4e55f166dd74f32af0d4fef8c9b7d2f0de2e3 Mon Sep 17 00:00:00 2001 From: Can Lehmann Date: Fri, 27 Dec 2024 20:38:32 +0100 Subject: [PATCH] Update widget docs --- docs/widgets.md | 1 + 1 file changed, 1 insertion(+) 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