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

@@ -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'),