better DB export UI

This commit is contained in:
Jan Prochazka
2022-04-28 11:54:31 +02:00
parent 4e32646ab8
commit bc49435fbf
2 changed files with 14 additions and 9 deletions

View File

@@ -88,14 +88,14 @@
<FormProvider>
<ModalBase {...$$restProps}>
<svelte:fragment slot="header">Export database dump</svelte:fragment>
<div class="m-3">Target: {outputLabel}</div>
<div class="flex">
{#if electron}
<FormStyledButton type="button" value="Browse" on:click={handleBrowse} />
{:else}
<FormStyledButton type="button" value="Download" on:click={handleDownload} />
<FormStyledButton type="button" value="Set download" on:click={handleDownload} />
{/if}
<FormStyledButton type="button" value="Files folder" on:click={handleFilesFolder} />
</div>