{#if wizardFinished}

EZPPLauncher Setup completed!

You are now ready to farm some maps!

{:else}
{#each steps as step, i (step)}
{#if selectedStep > i + 1} {:else} {i + 1} {/if}
{step}
{/each}
{#if selectedStep === 1}
EZPPLauncher Logo

Welcome to EZPPLauncher!

This setup wizard will guide you through the initial setup of EZPPLauncher.

Please make sure you have osu! installed on your system before proceeding.
{:else if selectedStep === 2}

Locate your osu! Installation

Please select the folder where your osu! installation is located.

{#if !manualSelect} {#if autoDetectedOsuPath}
Auto-detected osu! installation path! Please check if its correct!
{:else}
Could not auto-detect osu! installation path. Please select it manually.
{/if} {:else if manualSelectValid}
Selected osu! installation path is valid!
{:else}
Selected osu! installation path is invalid! Please select a valid osu! installation.
{/if}
{:else if selectedStep === 3}
EZPPLauncher Settings
Enable a custom cursor in the Launcher like in the lazer build of osu!
{ if (!e) { cursorSmoothening.set(false); } customCursor.set(e); }} class="flex items-center justify-center w-5 h-5" >
Makes the custom cursor movement smoother.
{ if (!$customCursor) return; cursorSmoothening.set(e); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
Disables some animations in the Launcher to improve performance on low-end devices.
{ reduceAnimations.set(e); }} disabled={!$customCursor} class="flex items-center justify-center w-5 h-5" >
{/if}
{/if}