feat: improve on lnbits-qrcode-scanner design (#3633)

This commit is contained in:
dni ⚡
2025-12-06 14:38:12 +01:00
committed by GitHub
parent d9a2a7bb95
commit aed3f3b569
8 changed files with 40 additions and 33 deletions
+3 -4
View File
@@ -162,10 +162,9 @@
unelevated
icon="qr_code_scanner"
color="secondary"
@click="openScanDialog(decodeQR)"
@click="g.scanner = decodeQR"
:disable="
!this.g.wallet.canReceivePayments &&
!this.g.wallet.canSendPayments
!g.wallet.canReceivePayments && !g.wallet.canSendPayments
"
>
<q-tooltip
@@ -861,7 +860,7 @@
</q-tabs>
<q-btn
@click="openScanDialog(decodeQR)"
@click="g.scanner = decodeQR"
round
unelevated
size="35px"