From 0ef24ddf1d3096f05505e4e37fa57480d68d879d Mon Sep 17 00:00:00 2001 From: Clem Date: Sat, 5 Aug 2023 21:08:09 +0200 Subject: [PATCH] wip ref(settings): profilesSettingsTab profile template no launchable --- tabby-settings/src/components/profilesSettingsTab.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-settings/src/components/profilesSettingsTab.component.pug b/tabby-settings/src/components/profilesSettingsTab.component.pug index 9ce3f98181..9c29887171 100644 --- a/tabby-settings/src/components/profilesSettingsTab.component.pug +++ b/tabby-settings/src/components/profilesSettingsTab.component.pug @@ -67,7 +67,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav') .me-auto - button.btn.btn-link.hover-reveal.ms-1((click)='$event.stopPropagation(); launchProfile(profile)') + button.btn.btn-link.hover-reveal.ms-1(*ngIf='!profile.isTemplate', (click)='$event.stopPropagation(); launchProfile(profile)') i.fas.fa-play .ms-1.hover-reveal(ngbDropdown, placement='bottom-right top-right auto')