Trying to fix a bug when locking the quick access. It does not seem to stick. This ia a problem that needs to be fixed. For now I think I have a temporary workaround.

This commit is contained in:
Scott Idem
2025-04-04 19:12:32 -04:00
parent b967eed0a5
commit 73eee7b8ff
2 changed files with 78 additions and 35 deletions

View File

@@ -455,7 +455,7 @@ $effect(() => {
{#if $ae_loc.app_cfg?.show_element__access_type}
<Element_access_type
hidden={$ae_loc.iframe && !$ae_loc.trusted_access}
hidden={$ae_loc.iframe && !$ae_loc.trusted_access}
/>
{/if}