mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
added condtional tag rendering to Project setup
This commit is contained in:
parent
381f8b87fc
commit
7b549f5cfb
@ -94,9 +94,13 @@
|
||||
<svelte:fragment slot="title">GitButler features</svelte:fragment>
|
||||
|
||||
<svelte:fragment slot="body">
|
||||
<label class="project-setup__toggle-label" for="aiGenEnabled"
|
||||
>Enable automatic branch and commit message generation.</label
|
||||
>
|
||||
{#if $user$}
|
||||
<label class="project-setup__toggle-label" for="aiGenEnabled"
|
||||
>Enable automatic branch and commit message generation.</label
|
||||
>
|
||||
{:else}
|
||||
Enable automatic branch and commit message generation.
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="toggle">
|
||||
{#if $user$}
|
||||
|
Loading…
Reference in New Issue
Block a user