{#if isLoaded}
{#if isFormVisible}
{/if}
{#each Object.entries(Shortcuts) as shortcut}

{shortcut[1].DisplayName || shortcut[0]}

s.name === shortcut[0])?.enabled ?? false} onChange={() => switchChange(shortcut[0])} />
{/each} {#each $settingsState.customshortcuts as shortcut, index}
{shortcut.name}
{/each} {:else}
Loading shortcuts...
{/if}