fixed problems with linked archives

This commit is contained in:
Jan Prochazka
2021-11-26 18:53:10 +01:00
parent a84c2bdd12
commit 1b6dada408
4 changed files with 23 additions and 15 deletions

View File

@@ -252,12 +252,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({