Reader Settings {#if store.activeManga} {store.activeManga.title} {/if}

Page Style

{#each styleOptions as o} {/each}
{#if style === "double"} {/if} {#if style === "longstrip"} {/if}

Fit Mode

{#each fitOptions as o} {/each}

Reading Direction

Bar Position

{#each barOptions as o} {/each}

Zoom

{zoomPct}%
setZoom(Number(e.currentTarget.value) / 100)} />

Image

{#if store.activeManga}
{/if}

Saved Presets

{#if !presetSaving} {/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}