1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 01:47:28 +03:00
This commit is contained in:
Eugene Pankov 2021-10-23 09:53:43 +02:00
parent e3214e38d3
commit ff4b137088
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -35,7 +35,7 @@ export class ButtonProvider extends ToolbarButtonProvider {
icon: this.hostApp.platform === Platform.Web
? require('./icons/plus.svg')
: require('./icons/profiles.svg'),
title: 'New tab with profile',
title: 'Profiles and connections',
click: () => this.activate(),
},
...this.profilesService.getRecentProfiles().map(profile => ({