Fix transfer left indicator

This commit is contained in:
2023-05-01 21:38:47 +02:00
parent ee648e0ed8
commit 8b18a5ea6d
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import { formatDataVolume, formatDate } from "../../util/Formatting.svelte"
import IconBlock from "./IconBlock.svelte";
import TextBlock from "./TextBlock.svelte";
import ZipItem from "./ZipItem.svelte";
import BandwidthUsage from "./BandwidthUsage.svelte";
let dispatch = createEventDispatcher()
@@ -78,6 +79,10 @@ const recursive_size = (file) => {
</button>
</IconBlock>
{#if file.show_ads}
<BandwidthUsage file={file} on:reload/>
{/if}
{#if status === "finished"}
<TextBlock>
<h2>Files in this zip archive</h2>