Permission change for "Delete" presenter button.

This commit is contained in:
Scott Idem
2025-06-25 10:29:28 -04:00
parent dde9801fe6
commit 7cb8639230

View File

@@ -377,7 +377,7 @@ let ae_triggers: key_val = {};
<span class="fas fa-minus-circle mx-1"></span>
Delete
</button>
{:else if $ae_loc.administrator_access}
{:else if $ae_loc.trusted_access}
<button
on:click={() => {
if (!confirm('Are you sure you want to remove (disable) this presenter?')) {return false;}
@@ -401,7 +401,7 @@ let ae_triggers: key_val = {};
</button>
{/if}
{#if $ae_loc.authenticated_access}
{#if $ae_loc.administrator_access}
{#if $events_loc.pres_mgmt.show_content__presenter_qr}
<button
on:click={() => {