commented out file.openArchive

This commit is contained in:
Jan Prochazka
2021-11-15 18:56:00 +01:00
parent 475bc39819
commit 9512d04438
2 changed files with 7 additions and 7 deletions

View File

@@ -251,12 +251,12 @@ if (electron) {
onClick: openElectronFile,
});
registerCommand({
id: 'file.openArchive',
category: 'File',
name: 'Open DB Model/Archive',
onClick: openArchiveFolder,
});
// registerCommand({
// id: 'file.openArchive',
// category: 'File',
// name: 'Open DB Model/Archive',
// onClick: openArchiveFolder,
// });
}
registerCommand({