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

@@ -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,