Fix Chapter checkmarks being reversed

This commit is contained in:
2025-10-13 19:14:42 +02:00
parent ed1a05bb2f
commit 6a16288856

View File

@@ -10,8 +10,8 @@
</template> </template>
<template #leading> <template #leading>
<p class="mr-1">Downloaded:</p> <p class="mr-1">Downloaded:</p>
<Icon v-if="chapter.downloaded" name="i-lucide-circle-x" /> <Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" class="stroke-green-500" />
<Icon v-else name="i-lucide-circle-check-big" class="stroke-green-500" /> <Icon v-else name="i-lucide-circle-x" />
</template> </template>
<template #footer> <template #footer>
<p class="text-secondary"> <p class="text-secondary">