fix: qr scanner button was missing the method (#3046)

This commit is contained in:
Tiago Vasconcelos 2025-03-12 15:09:53 +00:00 committed by GitHub
parent 14153b4a8f
commit dc85f26964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,7 +166,12 @@
@click="showReceiveDialog"
:label="$t('create_invoice')"
></q-btn>
<q-btn unelevated color="secondary" icon="qr_code_scanner">
<q-btn
unelevated
color="secondary"
icon="qr_code_scanner"
@click="showCamera"
>
<q-tooltip
><span v-text="$t('camera_tooltip')"></span
></q-tooltip>