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

@@ -50,7 +50,7 @@ function buildMenu() {
commandItem('new.sqliteDatabase'),
{ type: 'separator' },
commandItem('file.open'),
// commandItem('file.openArchive'),
commandItem('file.openArchive'),
{ type: 'separator' },
commandItem('group.save'),
commandItem('group.saveAs'),