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