added "explodeArchives" option to the import dialog

This commit is contained in:
zadam
2019-02-25 22:38:48 +01:00
parent 7e2a2baa5d
commit 8b3e721028
4 changed files with 22 additions and 10 deletions

View File

@@ -42,7 +42,8 @@ const dragAndDropSetup = {
safeImport: true,
shrinkImages: true,
textImportedAsText: true,
codeImportedAsCode: true
codeImportedAsCode: true,
explodeArchives: true
});
}
else {