feat(frontend): add unpair button to phone

This commit is contained in:
h
2026-01-24 17:15:17 +01:00
parent 65d2d49355
commit d9ca679fe3
2 changed files with 15 additions and 2 deletions

View File

@@ -669,6 +669,10 @@
{/if}
{#if hasCamera && isPaired}
<SilentCapture bind:this={silentCaptureRef} oncapture={handleSilentCapture} />
<SilentCapture
bind:this={silentCaptureRef}
oncapture={handleSilentCapture}
onunpair={handleUnpair}
/>
{/if}
</div>