mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +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 {
|
||||
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"ico", @"svg"];
|
||||
return @[@"jpg", @"jpeg", @"png", @"gif", @"bmp", @"tif", @"tiff", @"heif", @"ico", @"svg"];
|
||||
}
|
||||
|
||||
+ (NSArray *)videos {
|
||||
|
||||
Reference in New Issue
Block a user