[macos] added odg format to open

This commit is contained in:
maxkadushkin
2025-04-13 02:00:17 +03:00
parent 1ec44adb03
commit 09ed936c21

View File

@ -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 {