mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +00:00
Add OFD file format support to OfficeViewer plugin
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,7 @@ public class Plugin : IViewer
|
|||||||
".xls", ".xlsx", ".xlsm", ".xlsb", ".ods",
|
".xls", ".xlsx", ".xlsm", ".xlsb", ".ods",
|
||||||
".ppt", ".pptx", ".odp",
|
".ppt", ".pptx", ".odp",
|
||||||
".vsd", ".vsdx",
|
".vsd", ".vsdx",
|
||||||
|
".ofd",
|
||||||
];
|
];
|
||||||
|
|
||||||
private PreviewPanel _panel;
|
private PreviewPanel _panel;
|
||||||
|
Reference in New Issue
Block a user