mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request '[macos] support heif format to open' (#458) from fix/bug-76855 into release/v9.1.0
This commit is contained in:
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
+ (NSArray *)images {
|
+ (NSArray *)images {
|
||||||
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"ico", @"svg"];
|
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"heif", @"ico", @"svg"];
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (NSArray *)videos {
|
+ (NSArray *)videos {
|
||||||
|
|||||||
Reference in New Issue
Block a user