This commit is contained in:
jxxghp
2024-04-13 09:20:59 +08:00
parent b2a8707e91
commit 9c6ba294f9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ onMounted(() => {
<template>
<VListItem
@click="handleAddDownload"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'tonal' : 'flat'"
:variant="downloaded.includes(torrent?.enclosure || '') ? 'outlined' : 'flat'"
>
<template
v-if="!showMoreTorrents"