mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macos] added odg format to open
This commit is contained in:
@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
+ (NSArray *)presentations {
|
||||
return @[@"ppt", @"pptx", @"pptm", @"ppsx", @"odp", @"potx", @"otp", @"pps", @"ppsm", @"potm", @"fodp", @"dps", @"dpt", @"sxi",@"key"];
|
||||
return @[@"ppt", @"pptx", @"pptm", @"ppsx", @"odg", @"odp", @"potx", @"otp", @"pps", @"ppsm", @"potm", @"fodp", @"dps", @"dpt", @"sxi",@"key"];
|
||||
}
|
||||
|
||||
+ (NSArray *)draws {
|
||||
|
||||
Reference in New Issue
Block a user