Add branding options to disable toolbar and toolbar buttons

This commit is contained in:
2023-05-16 14:18:44 +02:00
parent 80a1085f78
commit c4cd2e1ee5
4 changed files with 101 additions and 27 deletions

View File

@@ -80,7 +80,7 @@ const node_icon = node => {
{/if}
{#if state.permissions.update}
<button class="small_button" on:click|preventDefault|stopPropagation={() => {dispatch("node_settings", index)}}>
<i class="icon">settings</i>
<i class="icon">edit</i>
</button>
{/if}
</td>