This commit is contained in:
Eugene Pankov
2021-07-11 22:59:39 +02:00
parent 37e564130e
commit ff18926bf9
28 changed files with 112 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tabby-core",
"version": "1.0.147-nightly.1",
"version": "1.0.147-nightly.2",
"description": "Tabby core",
"keywords": [
"tabby-builtin-plugin"

View File

@@ -74,6 +74,7 @@ export class ProfilesService {
}
selectorOptionForProfile <T> (profile: Profile): SelectorOption<T> {
profile = this.getConfigProxyForProfile(profile)
return {
icon: profile.icon,
name: profile.group ? `${profile.group} / ${profile.name}` : profile.name,