mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix filter ODF extension .ods
application/vnd.oasis.opendocument.spreadsheet ods
This commit is contained in:
parent
6186538f70
commit
46c741a634
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class DocSelectionWidget(QtWidgets.QWidget):
|
||||||
filename = QtWidgets.QFileDialog.getOpenFileName(
|
filename = QtWidgets.QFileDialog.getOpenFileName(
|
||||||
self,
|
self,
|
||||||
"Open document",
|
"Open document",
|
||||||
filter="Documents (*.pdf *.docx *.doc *.docm *.xlsx *.xls *.pptx *.ppt *.odt *.odg *.odp *.ops *.jpg *.jpeg *.gif *.png *.tif *.tiff)",
|
filter="Documents (*.pdf *.docx *.doc *.docm *.xlsx *.xls *.pptx *.ppt *.odt *.odg *.odp *.ods *.jpg *.jpeg *.gif *.png *.tif *.tiff)",
|
||||||
)
|
)
|
||||||
if filename[0] != "":
|
if filename[0] != "":
|
||||||
filename = filename[0]
|
filename = filename[0]
|
||||||
|
|
Loading…
Reference in a new issue