mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macos] fix bug 68305
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user