fix(libreoffice): accept the OOXML PowerPoint show extensions (#1626)

This commit is contained in:
Ilya Fedorov
2026-08-14 14:43:12 +05:00
committed by GitHub
parent ca9603bdf4
commit 38db892552

View File

@@ -879,6 +879,8 @@ func (a *Api) Extensions() []string {
".potx", ".potx",
".ppm", ".ppm",
".pps", ".pps",
".ppsm",
".ppsx",
".ppt", ".ppt",
".pptm", ".pptm",
".pptx", ".pptx",