(expanded = !expanded)} >

{patch.name // im sorry .replace(/-/g, ' ') .replace(/(?:^|\s)\S/g, (x) => x.toUpperCase()) .replace(/Microg/g, 'MicroG') .replace(/Hdr/g, 'HDR') .replace(/Sponsorblock/g, 'SponsorBlock') .replace(/Tiktok/g, 'TikTok') .replace(/Vr/g, 'VR')}

{#if hasPatchOptions} dropdown {/if}
{patch.description}
{#each patch.compatiblePackages as pkg, i}
📦 {pkg.name}
{/each} {#if patch.compatiblePackages[0].versions.length}
🎯 {patch.compatiblePackages[0].versions.slice(-1)}
{/if}
🧩 {patch.version}
{#if hasPatchOptions}
⚙️ Patch Options
{/if}
{#if expanded && hasPatchOptions}
{#each patch.options as option}
{option.title}
{option.description}
{/each}
{/if}