mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
delegate getDescription to ProfilesService
This commit is contained in:
@@ -190,7 +190,7 @@ export class ProfilesSettingsTabComponent extends BaseComponent {
|
||||
}
|
||||
|
||||
getDescription (profile: Profile): string|null {
|
||||
return this.profilesService.providerForProfile(profile)?.getDescription(profile) ?? null
|
||||
return this.profilesService.getDescription(profile)
|
||||
}
|
||||
|
||||
getTypeLabel (profile: Profile): string {
|
||||
|
Reference in New Issue
Block a user