Add docx and pptx

This commit is contained in:
Milan Nikolic
2024-11-02 20:16:23 +01:00
parent c0a077fcd1
commit 63013998c7
3 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,8 @@ func fileDlg(title string, multiple, directory bool) ([]string, error) {
Item{0, "*.pdf"},
Item{0, "*.epub"},
Item{0, "*.mobi"},
Item{0, "*.xps"},
Item{0, "*.docx"},
Item{0, "*.pptx"},
},
},
}