diff --git a/tabby-core/src/components/selectorModal.component.pug b/tabby-core/src/components/selectorModal.component.pug index a6c87d190f..c6fa6b6c1b 100644 --- a/tabby-core/src/components/selectorModal.component.pug +++ b/tabby-core/src/components/selectorModal.component.pug @@ -22,7 +22,9 @@ [color]='option.color' ) .title.mr-2 {{getOptionText(option)}} - .description.no-wrap.text-muted {{option.description}} + .description.no-wrap.text-muted( + *ngIf='option.description !== getOptionText(option)' + ) {{option.description}} .ml-auto .no-wrap.badge.badge-secondary.text-muted.ml-2(*ngIf='selectedIndex == i && canEditSelected()') span Backspace