We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf24a19 commit 9a481f3Copy full SHA for 9a481f3
1 file changed
src/routes/+page.svelte
@@ -397,9 +397,6 @@
397
<button
398
class="flex items-center px-3 py-2 hover:bg-white/3"
399
onclick={importDialog?.open}>Import</button>
400
- <button
401
- class="flex items-center px-3 py-2 hover:bg-white/3"
402
- onclick={loadDialog?.open}>Load</button>
403
{#if doesContentExist}
404
405
@@ -408,6 +405,9 @@
408
409
406
onclick={saveSnapshot}>Save{recentlySaved ? "d!" : ""}</button>
410
407
{/if}
+ <button
+ class="flex items-center px-3 py-2 hover:bg-white/3"
+ onclick={loadDialog?.open}>Load</button>
411
<div class="grow"></div>
412
<a
413
href="https://discord.datapackhub.net/"
0 commit comments