touchbar improvements

This commit is contained in:
Eugene Pankov
2018-04-01 19:50:43 +02:00
parent c3c983daf6
commit 9a8bad4851
5 changed files with 14 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
return [{
icon: 'plus',
title: 'New terminal',
touchBarTitle: 'New',
click: async () => {
this.openNewTab()
}