{ if (browser) window; goto(previousPage); }} class="xl: z-10 grid h-[95dvh] w-[90dvw] grid-cols-1 content-start gap-x-10 gap-y-6 overflow-hidden rounded-2xl bg-white p-4 shadow-2xl outline-none sm:h-[80dvh] md:grid-cols-3 md:grid-rows-[auto,1fr] md:p-8 xl:w-[1200px] 2xl:h-[70dvh]" >

Settings

{#each data.models.filter((el) => !el.unlisted) as model}
{model.displayName}
{#if model.id === $settings.activeModel}
Active
{/if}
{/each} Application Settings
{#if $settings.recentlySaved}
Saved
{/if}