mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix downloading icon
This commit is contained in:
@@ -109,9 +109,10 @@ async function deleteDownload() {
|
|||||||
</VCardText>
|
</VCardText>
|
||||||
|
|
||||||
<VCardActions class="justify-space-between">
|
<VCardActions class="justify-space-between">
|
||||||
<VBtn @click="toggleDownload">
|
<VBtn
|
||||||
<span class="ms-2">{{ isDownloading ? "暂停" : "开始" }}</span>
|
:icon="`${isDownloading ? 'mdi-pause' : 'mdi-play'}`"
|
||||||
</VBtn>
|
@click="toggleDownload"
|
||||||
|
/>
|
||||||
<VBtn
|
<VBtn
|
||||||
color="error"
|
color="error"
|
||||||
icon="mdi-trash-can-outline"
|
icon="mdi-trash-can-outline"
|
||||||
|
|||||||
Reference in New Issue
Block a user