mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macos] add format for new pdf form
This commit is contained in:
@ -242,6 +242,10 @@
|
||||
@"description" : NSLocalizedString(@"ONLYOFFICE Fillable Online Form", nil),
|
||||
@"extension" : @"oform"
|
||||
},
|
||||
@(AVS_OFFICESTUDIO_FILE_DOCUMENT_OFORM_PDF): @{
|
||||
@"description" : NSLocalizedString(@"ONLYOFFICE Form Document", nil),
|
||||
@"extension" : @"pdf"
|
||||
},
|
||||
@(AVS_OFFICESTUDIO_FILE_IMAGE_PNG): @{
|
||||
@"description" : NSLocalizedString(@"PNG Image", nil),
|
||||
@"extension" : @"png"
|
||||
|
||||
Reference in New Issue
Block a user