{isNewProfile ? 'Create New Profile' : 'Edit Profile'}

Auto Login
{#if autoLogin.enabled}

For security, the password is requested when connecting and is kept only in memory.

Auto-Login Commands
{#each autoLogin.commands as command, index}
{command}
{/each}
{/if}
Appearance
Accessibility
{#if accessibilityOptions.textToSpeech}
{accessibilityOptions.speechRate.toFixed(1)}
{accessibilityOptions.speechPitch.toFixed(1)}
{accessibilityOptions.speechVolume.toFixed(1)}
{/if}