Skip to content

Commit 59bc7d8

Browse files
authored
add .doc
1 parent cbd4766 commit 59bc7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/choose_documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def choose_documents_directory():
88
allowed_extensions = ['.pdf', '.docx', '.epub', '.txt', '.enex', '.eml', '.msg', '.csv', '.xls', '.xlsx', '.rtf', '.odt',
9-
'.png', '.jpg', '.jpeg', '.bmp', '.gif', '.tif', '.tiff', '.html', '.htm', '.md']
9+
'.png', '.jpg', '.jpeg', '.bmp', '.gif', '.tif', '.tiff', '.html', '.htm', '.md', '.doc']
1010
current_dir = Path(__file__).parent.resolve()
1111
file_dialog = QFileDialog()
1212
file_dialog.setFileMode(QFileDialog.ExistingFiles)

0 commit comments

Comments
 (0)