Skip to content

Commit

Permalink
Add capture popover
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhem-lm committed Dec 31, 2024
1 parent dd43979 commit 1784586
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/src/lib/components/triggers/CaptureButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
<Plus size={14} />
</RoundIconButton>
{:else}
<Button color="dark" btnClasses="rounded-l-none" wrapperClasses="h-full" nonCaptureEvent>
<Button
color="dark"
btnClasses="rounded-l-none"
wrapperClasses="h-full"
nonCaptureEvent
title="Capture"
>
<CaptureIcon />
</Button>
{/if}
Expand Down

0 comments on commit 1784586

Please sign in to comment.