feat: add copy buttons in receive dialog

This commit is contained in:
Danny Morabito 2025-07-07 20:47:45 +02:00
parent 18a5227033
commit 4d943c040a
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
4 changed files with 11 additions and 3 deletions

View file

@ -102,6 +102,10 @@
});
</script>
<svelte:head>
<title>Portal BTC</title>
</svelte:head>
{#if showInstallPrompt && deferredPrompt}
<InstallPrompt onInstall={handleInstallClick} />
{:else if showSplash}