{#if userInstructionActive} {#if userInstructions.length === 0}
{Copy.UserInstructions1}
{Copy.UserInstructions2}
{Copy.UserInstructions3}
{/if} {#if userInstructions.length > 0} {@const currentInstruction = settingsService.settings.userInstruction}
{#each userInstructions as userInstruction, index}
selectedInstruction = index} on:mousedown={handleInstructionSelect} on:keydown={() => {}}>
{basename(userInstruction)}
{#if userInstruction !== basename(userInstruction)}
{userInstruction}
{/if}
{/each}
{/if} {/if}