web/TransferSettings: don't offer export if there is nothing to export

This commit is contained in:
dumbmoron
2024-07-30 14:08:49 +00:00
parent 96df9d55b8
commit a6a0e91674

View File

@@ -85,9 +85,11 @@
<ActionButton id="import-settings" click={importSettings}>
<IconFileImport /> import
</ActionButton>
{#if $storedSettings.schemaVersion}
<ActionButton id="export-settings" click={exportSettings}>
<IconFileExport /> export
</ActionButton>
{/if}
</div>
<style>