We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183ee7a commit 3fc2fbcCopy full SHA for 3fc2fbc
examples/text_editor/src/text_editor.nim
@@ -14,6 +14,7 @@ proc main =
14
var di: DialogInfo
15
16
di.kind = dkOpenFile
17
+ di.title = "Text Editor"
18
di.filters = @[
19
(name: "Text files", ext: "*.txt"),
20
(name: "Any file", ext: "*")
0 commit comments