Skip to content

Commit

Permalink
wip ref(settings): profilesSettingsTab profile template no launchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem-Fern committed Aug 5, 2023
1 parent 935c981 commit 0ef24dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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')
Expand Down

0 comments on commit 0ef24dd

Please sign in to comment.