close tab command

This commit is contained in:
Jan Prochazka
2021-09-28 08:26:17 +02:00
parent a03682fc8a
commit e7634a2521
3 changed files with 24 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ function buildMenu() {
commandItem('group.save'),
commandItem('group.saveAs'),
{ type: 'separator' },
{ role: 'close' },
commandItem('tabs.closeTab'),
commandItem('file.exit'),
],
},
{