{$t("dialog.saving.title")}

{#if device.supports.directDownload && !(device.is.iOS && urlType === "redirect")} { if (file) { return openFile(file); } else if (url) { return openURL(url); } }} > {$t("button.download")} {/if} {#if device.supports.share} { if (file) { return await shareFile(file); } else if (url) { return await shareURL(url); } }} > {$t("button.share")} {/if} {#if !file} { if (!copied) { copyURL(url); hapticConfirm(); copied = true; } }} ariaLabel={copied ? $t("button.copied") : ""} > {$t("button.copy")} {/if}
{#if device.is.iOS} {/if} {#if bodyText}
{bodyText}
{/if}
{}, }, ]} closeFunc={close} />