Skip to content

Commit

Permalink
category_external_ids: displaying the cog icon only after clicking on…
Browse files Browse the repository at this point in the history
… "display more"

as suggested by #464 (comment)
  • Loading branch information
maxlath committed Jan 29, 2024
1 parent 81e87f5 commit 9f2258c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
{/if}
</button>
{/if}
<button title={i18n('Customize which links should be displayed')} on:click={() => showCategorySettings = true}>
{@html icon('cog')}
</button>
{#if showAllAvailableExternalIds}
<button title={i18n('Customize which links should be displayed')} on:click={() => showCategorySettings = true}>
{@html icon('cog')}
</button>
{/if}
</p>
{/if}

Expand Down

0 comments on commit 9f2258c

Please sign in to comment.