Page Style
{#each styleOptions as o}
{@const Icon = o.icon}
{/each}
{#if style === "double"}
{/if}
{#if style === "longstrip"}
{#if store.settings.autoScroll}
Speed
updateSettings({ autoScrollSpeed: Number(e.currentTarget.value) })}
/>
{store.settings.autoScrollSpeed ?? 5}
{/if}
{/if}
Fit Mode
{#each fitOptions as o}
{@const Icon = o.icon}
{/each}
Reading Direction
Bar Position
{#each barOptions as o}
{/each}
Image
{#if store.activeManga}
{/if}
{#if presetSaving}
{ if (e.key === "Enter") commitSavePreset(); if (e.key === "Escape") presetSaving = false; }}
/>
{/if}
{#if presets.length === 0 && !presetSaving}
No presets saved yet. Save the current settings to create one.
{:else}
{#each presets as p (p.id)}
{#if presetEditId === p.id}
{ if (e.key === "Enter") commitRenamePreset(); if (e.key === "Escape") presetEditId = null; }}
/>
{:else}
{/if}
{/each}
{/if}