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

@@ -17,6 +17,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
return [{
icon: 'sliders',
title: 'Settings',
touchBarTitle: '⚙️',
weight: 10,
click: () => this.open(),
}]