[macos] fix bug 68305

This commit is contained in:
maxkadushkin
2024-06-05 16:35:32 +03:00
parent 6700017adb
commit 1ece85a3b9

View File

@ -70,7 +70,7 @@
+ (NSArray *)documents {
return @[@"docx", @"doc", @"odt", @"ott", @"rtf", @"docm", @"dot", @"dotx", @"dotm", @"docxf", @"fodt", @"wps", @"wpt",
@"xml", @"pdf", @"epub", @"djv", @"djvu", @"txt", @"html", @"htm", @"mht", @"mhtml", @"xps", @"doctx",
@"fb2", @"oform", @"sxw", @"stw"];
@"fb2", @"oform", @"sxw", @"stw", @"md"];
}
+ (NSArray *)spreadsheets {